org.cruxframework.crux.core.server
Class DevModeInitializerListener
java.lang.Object
org.cruxframework.crux.core.server.DevModeInitializerListener
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
public class DevModeInitializerListener
- extends Object
- implements javax.servlet.ServletContextListener
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OUTPUT_CHARSET
public static final String OUTPUT_CHARSET
- See Also:
- Constant Field Values
DevModeInitializerListener
public DevModeInitializerListener()
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent contextEvent)
- Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
- See Also:
ServletContextListener.contextInitialized(javax.servlet.ServletContextEvent)
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
- See Also:
ServletContextListener.contextDestroyed(javax.servlet.ServletContextEvent)
Copyright © 2014. All rights reserved.