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

TODO: Add listener to myfaces-core.tld instead of web.xml

Version:
$Revision: 1.28 $ $Date: 2004/10/13 11:51:01 $ $Log: StartupServletContextListener.java,v $ Revision 1.28 2004/10/13 11:51:01 matze renamed packages to org.apache Revision 1.27 2004/07/16 17:46:26 royalts moved org.apache.myfaces.webapp.webxml and org.apache.util.xml to share src-tree (needed WebXml for JspTilesViewHandlerImpl) Revision 1.26 2004/07/16 15:16:10 royalts moved org.apache.myfaces.webapp.webxml and org.apache.util.xml to share src-tree (needed WebXml for JspTilesViewHandlerImpl) Revision 1.25 2004/07/07 08:34:57 mwessendorf removed unused import-statements Revision 1.24 2004/07/07 00:25:08 o_rossmueller tidy up config/confignew package (moved confignew classes to package config) Revision 1.23 2004/07/06 23:46:01 o_rossmueller tidy up config/confignew package Revision 1.22 2004/07/01 22:05:11 mwessendorf ASF switch Revision 1.21 2004/06/16 23:02:25 o_rossmueller merged confignew_branch Revision 1.20.2.2 2004/06/16 02:07:24 o_rossmueller get navigation rules from RuntimeConfig refactored all remaining usages of MyFacesFactoryFinder to use RuntimeConfig Revision 1.20.2.1 2004/06/13 15:59:08 o_rossmueller started integration of new config mechanism: - factories - components - render kits - managed beans + managed properties (no list/map initialization) Revision 1.20 2004/04/26 11:28:17 manolito global navigation-rule with no from-view-id NPE bug Revision 1.19 2004/04/16 13:21:39 manolito Weblogic startup issue
Author:
Manfred Geiler (latest modification by $Author: matze $)

Constructor Summary
StartupServletContextListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent e)
           
 void contextInitialized(javax.servlet.ServletContextEvent event)
           
static void initFaces(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartupServletContextListener

public StartupServletContextListener()
Method Detail

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