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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer
    .
  • Constructor Summary

    Constructors
    Constructor
    Description
    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 the portletApplicationRegistry
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer
     
    void
    onEvent(org.gatein.wci.WebAppEvent event)
     
    void
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 the portletApplicationRegistry
      Parameters:
      context - the exo container context
      resourceBundleService - the resource bundle service that is here for the sake of creating a dependency
  • Method Details

    • start

      public void start()
      Specified by:
      start in interface org.picocontainer.Startable
    • stop

      public void stop()
      Specified by:
      stop in interface org.picocontainer.Startable
    • getPortletApplicationRegistry

      public org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer getPortletApplicationRegistry()
    • onEvent

      public void onEvent(org.gatein.wci.WebAppEvent event)
      Specified by:
      onEvent in interface org.gatein.wci.WebAppListener