com.liferay.portal.spring.context
Class PortalContextLoaderListener

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

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

View Source

Author:
Michael Young

Constructor Summary
PortalContextLoaderListener()
           
 
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

PortalContextLoaderListener

public PortalContextLoaderListener()
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