org.jasig.springframework.web.portlet.context
Class PortletContextLoaderListener
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletContextLoaderListener
public PortletContextLoaderListener()
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.