com.liferay.portal.kernel.servlet
Class SpringServletContextListener

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.PortalClassLoaderServletContextListener
      extended by com.liferay.portal.kernel.servlet.SpringServletContextListener
All Implemented Interfaces:
PortalInitable, java.util.EventListener, javax.servlet.ServletContextListener

public class SpringServletContextListener
extends PortalClassLoaderServletContextListener

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
SpringServletContextListener()
           
 
Method Summary
protected  javax.servlet.ServletContextListener getInstance()
           
 
Methods inherited from class com.liferay.portal.kernel.servlet.PortalClassLoaderServletContextListener
contextDestroyed, contextInitialized, portalInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringServletContextListener

public SpringServletContextListener()
Method Detail

getInstance

protected javax.servlet.ServletContextListener getInstance()
                                                    throws java.lang.Exception
Specified by:
getInstance in class PortalClassLoaderServletContextListener
Throws:
java.lang.Exception