Class CarbonUIServiceComponent


  • public class CarbonUIServiceComponent
    extends Object
    • Constructor Detail

      • CarbonUIServiceComponent

        public CarbonUIServiceComponent()
    • 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)
      • 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()
      • getPackageAdmin

        public static org.osgi.service.packageadmin.PackageAdmin getPackageAdmin()
                                                                          throws Exception
        Throws:
        Exception