org.cruxframework.crux.core.server
Class DevModeInitializerListener

java.lang.Object
  extended by 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

Field Summary
static String OUTPUT_CHARSET
           
 
Constructor Summary
DevModeInitializerListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 void contextInitialized(javax.servlet.ServletContextEvent contextEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OUTPUT_CHARSET

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

DevModeInitializerListener

public DevModeInitializerListener()
Method Detail

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.