com.liferay.portal.spring.context
Class PortletContextLoaderListener

java.lang.Object
  extended by org.springframework.web.context.ContextLoaderListener
      extended by com.liferay.portal.spring.context.PortletContextLoaderListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class PortletContextLoaderListener
extends org.springframework.web.context.ContextLoaderListener

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PortletContextLoaderListener()
           
 
Method Summary
 void contextInitialized(javax.servlet.ServletContextEvent event)
           
 
Methods inherited from class org.springframework.web.context.ContextLoaderListener
contextDestroyed, createContextLoader, getContextLoader
 
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 event)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Overrides:
contextInitialized in class org.springframework.web.context.ContextLoaderListener