Class PluginContextListener

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

public class PluginContextListener extends Object implements jakarta.servlet.ServletContextAttributeListener, jakarta.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 jakarta.servlet.ServletContext servletContext
  • Constructor Details

    • PluginContextListener

      public PluginContextListener()
  • Method Details

    • attributeAdded

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

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

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

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

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

      protected void fireDeployEvent()
    • fireUndeployEvent

      protected void fireUndeployEvent()