Class SecurePluginContextListener

Object
com.liferay.portal.kernel.servlet.PluginContextListener
com.liferay.portal.kernel.servlet.SecurePluginContextListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionActivationListener, javax.servlet.http.HttpSessionAttributeListener, javax.servlet.http.HttpSessionBindingListener, javax.servlet.http.HttpSessionListener, javax.servlet.ServletContextAttributeListener, javax.servlet.ServletContextListener, javax.servlet.ServletRequestAttributeListener, javax.servlet.ServletRequestListener

public class SecurePluginContextListener extends PluginContextListener implements javax.servlet.http.HttpSessionActivationListener, javax.servlet.http.HttpSessionAttributeListener, javax.servlet.http.HttpSessionBindingListener, javax.servlet.http.HttpSessionListener, javax.servlet.ServletRequestAttributeListener, javax.servlet.ServletRequestListener
Author:
Brian Wing Shun Chan
  • Constructor Details

    • SecurePluginContextListener

      public SecurePluginContextListener()
  • Method Details

    • attributeAdded

      public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
      Specified by:
      attributeAdded in interface javax.servlet.http.HttpSessionAttributeListener
    • attributeAdded

      public void attributeAdded(javax.servlet.ServletRequestAttributeEvent servletRequestAttributeEvent)
      Specified by:
      attributeAdded in interface javax.servlet.ServletRequestAttributeListener
    • attributeRemoved

      public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
      Specified by:
      attributeRemoved in interface javax.servlet.http.HttpSessionAttributeListener
    • attributeRemoved

      public void attributeRemoved(javax.servlet.ServletRequestAttributeEvent servletRequestAttributeEvent)
      Specified by:
      attributeRemoved in interface javax.servlet.ServletRequestAttributeListener
    • attributeReplaced

      public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
      Specified by:
      attributeReplaced in interface javax.servlet.http.HttpSessionAttributeListener
    • attributeReplaced

      public void attributeReplaced(javax.servlet.ServletRequestAttributeEvent servletRequestAttributeEvent)
      Specified by:
      attributeReplaced in interface javax.servlet.ServletRequestAttributeListener
    • contextInitialized

      public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
      Specified by:
      contextInitialized in interface javax.servlet.ServletContextListener
      Overrides:
      contextInitialized in class PluginContextListener
    • instantiatingListeners

      public void instantiatingListeners() throws Exception
      Throws:
      Exception
    • requestDestroyed

      public void requestDestroyed(javax.servlet.ServletRequestEvent servletRequestEvent)
      Specified by:
      requestDestroyed in interface javax.servlet.ServletRequestListener
    • requestInitialized

      public void requestInitialized(javax.servlet.ServletRequestEvent servletRequestEvent)
      Specified by:
      requestInitialized in interface javax.servlet.ServletRequestListener
    • sessionCreated

      public void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
      Specified by:
      sessionCreated in interface javax.servlet.http.HttpSessionListener
    • sessionDestroyed

      public void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
      Specified by:
      sessionDestroyed in interface javax.servlet.http.HttpSessionListener
    • sessionDidActivate

      public void sessionDidActivate(javax.servlet.http.HttpSessionEvent httpSessionEvent)
      Specified by:
      sessionDidActivate in interface javax.servlet.http.HttpSessionActivationListener
    • sessionWillPassivate

      public void sessionWillPassivate(javax.servlet.http.HttpSessionEvent httpSessionEvent)
      Specified by:
      sessionWillPassivate in interface javax.servlet.http.HttpSessionActivationListener
    • valueBound

      public void valueBound(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
      Specified by:
      valueBound in interface javax.servlet.http.HttpSessionBindingListener
    • valueUnbound

      public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
      Specified by:
      valueUnbound in interface javax.servlet.http.HttpSessionBindingListener
    • fireUndeployEvent

      protected void fireUndeployEvent()
      Overrides:
      fireUndeployEvent in class PluginContextListener
    • instantiatingListener

      protected void instantiatingListener(String listenerClassName) throws Exception
      Throws:
      Exception