Class PluginContextListener

Object
com.liferay.portal.kernel.servlet.PluginContextListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextAttributeListener, javax.servlet.ServletContextListener
Direct Known Subclasses:
SecurePluginContextListener

public class PluginContextListener extends Object implements javax.servlet.ServletContextAttributeListener, javax.servlet.ServletContextListener
Author:
Brian Wing Shun Chan
  • Field Details

    • PLUGIN_CLASS_LOADER

      public static final String PLUGIN_CLASS_LOADER
      See Also:
    • pluginClassLoader

      protected ClassLoader pluginClassLoader
    • servletContext

      protected javax.servlet.ServletContext servletContext
  • Constructor Details

    • PluginContextListener

      public PluginContextListener()
  • Method Details

    • attributeAdded

      public void attributeAdded(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent)
      Specified by:
      attributeAdded in interface javax.servlet.ServletContextAttributeListener
    • attributeRemoved

      public void attributeRemoved(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent)
      Specified by:
      attributeRemoved in interface javax.servlet.ServletContextAttributeListener
    • attributeReplaced

      public void attributeReplaced(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent)
      Specified by:
      attributeReplaced in interface javax.servlet.ServletContextAttributeListener
    • contextDestroyed

      public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
      Specified by:
      contextDestroyed in interface javax.servlet.ServletContextListener
    • contextInitialized

      public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
      Specified by:
      contextInitialized in interface javax.servlet.ServletContextListener
    • fireDeployEvent

      protected void fireDeployEvent()
    • fireUndeployEvent

      protected void fireUndeployEvent()