public class CarbonUIServiceComponent extends Object
| Constructor and Description |
|---|
CarbonUIServiceComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctxt) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctxt) |
static org.osgi.framework.Bundle |
getBundle(Class clazz) |
static org.wso2.carbon.utils.ConfigurationContextService |
getConfigurationContextService() |
static org.osgi.service.http.HttpService |
getHttpService() |
static org.osgi.service.packageadmin.PackageAdmin |
getPackageAdmin() |
static org.wso2.carbon.user.core.service.RealmService |
getRealmService() |
static org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService() |
static org.wso2.carbon.base.api.ServerConfigurationService |
getServerConfiguration() |
static UIAuthenticationExtender[] |
getUIAuthenticationExtenders() |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
protected void |
setHttpService(org.osgi.service.http.HttpService httpService) |
protected void |
setPackageAdmin(org.osgi.service.packageadmin.PackageAdmin packageAdmin) |
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration) |
protected void |
setUIAuthenticationExtender(UIAuthenticationExtender authenticationExtender) |
void |
start(org.osgi.framework.BundleContext context) |
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
protected void |
unsetHttpService(org.osgi.service.http.HttpService httpService) |
protected void |
unsetPackageAdmin(org.osgi.service.packageadmin.PackageAdmin packageAdmin) |
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
unsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration) |
protected void |
unsetUIAuthenticationExtender(UIAuthenticationExtender authenticationExtender) |
protected void activate(org.osgi.service.component.ComponentContext ctxt)
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
public void start(org.osgi.framework.BundleContext context)
throws Exception
Exceptionpublic static org.osgi.framework.Bundle getBundle(Class clazz)
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
protected void unsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
protected void setPackageAdmin(org.osgi.service.packageadmin.PackageAdmin packageAdmin)
protected void unsetPackageAdmin(org.osgi.service.packageadmin.PackageAdmin packageAdmin)
protected void setHttpService(org.osgi.service.http.HttpService httpService)
protected void unsetHttpService(org.osgi.service.http.HttpService httpService)
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
public static org.wso2.carbon.user.core.service.RealmService getRealmService()
protected void setUIAuthenticationExtender(UIAuthenticationExtender authenticationExtender)
protected void unsetUIAuthenticationExtender(UIAuthenticationExtender authenticationExtender)
public static UIAuthenticationExtender[] getUIAuthenticationExtenders()
public static org.osgi.service.http.HttpService getHttpService()
public static org.wso2.carbon.utils.ConfigurationContextService getConfigurationContextService()
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
public static org.wso2.carbon.base.api.ServerConfigurationService getServerConfiguration()
Copyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.