com.dyuproject.web.rest
Class SpringServletContextListener

java.lang.Object
  extended by com.dyuproject.web.rest.SpringServletContextListener
All Implemented Interfaces:
EventListener, ServletContextListener

public class SpringServletContextListener
extends Object
implements ServletContextListener

Author:
David Yu

Field Summary
static String BEAN_NAME
           
static String RESOURCE_LOCATION
           
 
Constructor Summary
SpringServletContextListener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent event)
           
 void contextInitialized(ServletContextEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_LOCATION

public static final String RESOURCE_LOCATION
See Also:
Constant Field Values

BEAN_NAME

public static final String BEAN_NAME
See Also:
Constant Field Values
Constructor Detail

SpringServletContextListener

public SpringServletContextListener()
Method Detail

contextDestroyed

public void contextDestroyed(ServletContextEvent event)
Specified by:
contextDestroyed in interface ServletContextListener

contextInitialized

public void contextInitialized(ServletContextEvent event)
Specified by:
contextInitialized in interface ServletContextListener


Copyright © 2013. All Rights Reserved.