org.granite.config
Class GraniteConfigListener
java.lang.Object
org.granite.config.GraniteConfigListener
- All Implemented Interfaces:
- EventListener, ServletContextListener
public class GraniteConfigListener
- extends Object
- implements ServletContextListener
- Author:
- William DRAI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GRANITE_CONFIG_ATTRIBUTE
public static final String GRANITE_CONFIG_ATTRIBUTE
- See Also:
- Constant Field Values
GRANITE_MBEANS_ATTRIBUTE
public static final String GRANITE_MBEANS_ATTRIBUTE
- See Also:
- Constant Field Values
GraniteConfigListener
public GraniteConfigListener()
contextInitialized
public void contextInitialized(ServletContextEvent sce)
- Specified by:
contextInitialized in interface ServletContextListener
contextDestroyed
public void contextDestroyed(ServletContextEvent sce)
- Specified by:
contextDestroyed in interface ServletContextListener
registerShutdownListener
public static void registerShutdownListener(ServletContext context,
ShutdownListener listener)