Package org.wso2.carbon.ui.internal
Class CarbonUIServiceComponent
- java.lang.Object
-
- org.wso2.carbon.ui.internal.CarbonUIServiceComponent
-
public class CarbonUIServiceComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description CarbonUIServiceComponent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivate(org.osgi.service.component.ComponentContext ctxt)protected voiddeactivate(org.osgi.service.component.ComponentContext ctxt)static org.osgi.framework.BundlegetBundle(Class clazz)static org.wso2.carbon.tomcat.api.CarbonTomcatServicegetCarbonTomcatService()static org.wso2.carbon.utils.ConfigurationContextServicegetConfigurationContextService()static org.osgi.service.http.HttpServicegetHttpService()static org.osgi.service.packageadmin.PackageAdmingetPackageAdmin()static org.wso2.carbon.user.core.service.RealmServicegetRealmService()static org.wso2.carbon.registry.core.service.RegistryServicegetRegistryService()static org.wso2.carbon.base.api.ServerConfigurationServicegetServerConfiguration()static UIAuthenticationExtender[]getUIAuthenticationExtenders()protected voidsetCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService contextService)protected voidsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)protected voidsetHttpService(org.osgi.service.http.HttpService httpService)protected voidsetPackageAdmin(org.osgi.service.packageadmin.PackageAdmin packageAdmin)protected voidsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)protected voidsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)protected voidsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)protected voidsetUIAuthenticationExtender(UIAuthenticationExtender authenticationExtender)voidstart(org.osgi.framework.BundleContext context)protected voidunsetCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService contextService)protected voidunsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)protected voidunsetHttpService(org.osgi.service.http.HttpService httpService)protected voidunsetPackageAdmin(org.osgi.service.packageadmin.PackageAdmin packageAdmin)protected voidunsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)protected voidunsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)protected voidunsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)protected voidunsetUIAuthenticationExtender(UIAuthenticationExtender authenticationExtender)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctxt)
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
-
getCarbonTomcatService
public static org.wso2.carbon.tomcat.api.CarbonTomcatService getCarbonTomcatService()
-
start
public void start(org.osgi.framework.BundleContext context) throws Exception- Throws:
Exception
-
getBundle
public static org.osgi.framework.Bundle getBundle(Class clazz)
-
setConfigurationContextService
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
-
unsetConfigurationContextService
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
-
setCarbonTomcatService
protected void setCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService contextService)
-
unsetCarbonTomcatService
protected void unsetCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService contextService)
-
setRegistryService
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
unsetRegistryService
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
setServerConfigurationService
protected void setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
-
unsetServerConfigurationService
protected void unsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
-
setPackageAdmin
protected void setPackageAdmin(org.osgi.service.packageadmin.PackageAdmin packageAdmin)
-
unsetPackageAdmin
protected void unsetPackageAdmin(org.osgi.service.packageadmin.PackageAdmin packageAdmin)
-
setHttpService
protected void setHttpService(org.osgi.service.http.HttpService httpService)
-
unsetHttpService
protected void unsetHttpService(org.osgi.service.http.HttpService httpService)
-
setRealmService
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
-
unsetRealmService
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
-
getRealmService
public static org.wso2.carbon.user.core.service.RealmService getRealmService()
-
setUIAuthenticationExtender
protected void setUIAuthenticationExtender(UIAuthenticationExtender authenticationExtender)
-
unsetUIAuthenticationExtender
protected void unsetUIAuthenticationExtender(UIAuthenticationExtender authenticationExtender)
-
getUIAuthenticationExtenders
public static UIAuthenticationExtender[] getUIAuthenticationExtenders()
-
getHttpService
public static org.osgi.service.http.HttpService getHttpService()
-
getConfigurationContextService
public static org.wso2.carbon.utils.ConfigurationContextService getConfigurationContextService()
-
getRegistryService
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
-
getServerConfiguration
public static org.wso2.carbon.base.api.ServerConfigurationService getServerConfiguration()
-
-