Package org.exoplatform.portal.pc
Class ExoKernelIntegration
java.lang.Object
org.exoplatform.portal.pc.ExoKernelIntegration
- All Implemented Interfaces:
org.gatein.wci.WebAppListener,org.picocontainer.Startable
public class ExoKernelIntegration
extends Object
implements org.picocontainer.Startable, org.gatein.wci.WebAppListener
- Version:
- $Revision$
- Author:
- Julien Viet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer. -
Constructor Summary
ConstructorsConstructorDescriptionExoKernelIntegration(org.exoplatform.container.ExoContainerContext context, org.exoplatform.services.resources.ResourceBundleService resourceBundleService) We enforce the dependency with the ResourceBundleService since it must be stared before theportletApplicationRegistry -
Method Summary
-
Field Details
-
portletApplicationRegistry
protected org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer portletApplicationRegistry.
-
-
Constructor Details
-
ExoKernelIntegration
public ExoKernelIntegration(org.exoplatform.container.ExoContainerContext context, org.exoplatform.services.resources.ResourceBundleService resourceBundleService) We enforce the dependency with the ResourceBundleService since it must be stared before theportletApplicationRegistry- Parameters:
context- the exo container contextresourceBundleService- the resource bundle service that is here for the sake of creating a dependency
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceorg.picocontainer.Startable
-
stop
public void stop()- Specified by:
stopin interfaceorg.picocontainer.Startable
-
getPortletApplicationRegistry
public org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer getPortletApplicationRegistry() -
onEvent
public void onEvent(org.gatein.wci.WebAppEvent event) - Specified by:
onEventin interfaceorg.gatein.wci.WebAppListener
-