public class ExoKernelIntegration extends Object implements org.picocontainer.Startable, org.gatein.wci.WebAppListener
| Modifier and Type | Field and Description |
|---|---|
protected org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer |
portletApplicationRegistry
.
|
| Constructor and Description |
|---|
ExoKernelIntegration(org.exoplatform.container.ExoContainerContext context,
ResourceBundleService resourceBundleService)
We enforce the dependency with the ResourceBundleService since it must be stared before the
portletApplicationRegistry |
| Modifier and Type | Method and Description |
|---|---|
org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer |
getPortletApplicationRegistry() |
void |
onEvent(org.gatein.wci.WebAppEvent event) |
void |
start() |
void |
stop() |
protected org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer portletApplicationRegistry
public ExoKernelIntegration(org.exoplatform.container.ExoContainerContext context,
ResourceBundleService resourceBundleService)
portletApplicationRegistrycontext - the exo container contextresourceBundleService - the resource bundle service that is here for the sake of creating a dependencypublic void start()
start in interface org.picocontainer.Startablepublic void stop()
stop in interface org.picocontainer.Startablepublic org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer getPortletApplicationRegistry()
public void onEvent(org.gatein.wci.WebAppEvent event)
onEvent in interface org.gatein.wci.WebAppListenerCopyright © 2018 JBoss by Red Hat. All Rights Reserved.