egovframework.rfc3.common.util
Class RFCContextLoaderListener

java.lang.Object
  extended by egovframework.rfc3.common.util.RFCContextLoaderListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class RFCContextLoaderListener
extends java.lang.Object
implements javax.servlet.ServletContextListener


Constructor Summary
RFCContextLoaderListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent event)
          Close the root web application context.
 void contextInitialized(javax.servlet.ServletContextEvent event)
          Initialize the root web application context.
 org.springframework.web.context.ContextLoader getContextLoader()
          Return the ContextLoader used by this listener.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFCContextLoaderListener

public RFCContextLoaderListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Initialize the root web application context.

Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

getContextLoader

public org.springframework.web.context.ContextLoader getContextLoader()
Return the ContextLoader used by this listener.

Returns:
the current ContextLoader

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent event)
Close the root web application context.

Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener