org.apache.myfaces.webapp
Class StartupServletContextListener
java.lang.Object
org.apache.myfaces.webapp.StartupServletContextListener
- All Implemented Interfaces:
- java.util.EventListener, javax.servlet.ServletContextListener
public class StartupServletContextListener
- extends java.lang.Object
- implements javax.servlet.ServletContextListener
- Version:
- $Revision: 390897 $ $Date: 2006-04-02 16:35:31 -0400 (Sun, 02 Apr 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: dennisbyrne $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACES_INIT_DONE
static final java.lang.String FACES_INIT_DONE
StartupServletContextListener
public StartupServletContextListener()
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent event)
- Specified by:
contextInitialized
in interface javax.servlet.ServletContextListener
initFaces
public static void initFaces(javax.servlet.ServletContext servletContext)
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent e)
- Specified by:
contextDestroyed
in interface javax.servlet.ServletContextListener
Copyright 2006 Apache Software Foundation. All Rights Reserved.