org.jasig.springframework.web.portlet.context
Class PortletContextLoaderListener

java.lang.Object
  extended by org.jasig.springframework.web.portlet.context.PortletContextLoaderListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class PortletContextLoaderListener
extends Object
implements javax.servlet.ServletContextListener

Bootstrap listener to start up and shut down Spring's root PortletApplicationContext. Simply delegates to PortletContextLoader as well as to ContextCleanupListener.

This class is configured in the web.xml of the application and MUST be registered after the ContextLoaderListener

Author:
Eric Dalquist

Constructor Summary
PortletContextLoaderListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletContextLoaderListener

public PortletContextLoaderListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent sce)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent sce)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener


Copyright © 2013 Jasig. All Rights Reserved.