org.apache.myfaces.webapp.webxml
Class WebXml

java.lang.Object
  extended byorg.apache.myfaces.webapp.webxml.WebXml

public class WebXml
extends java.lang.Object

Version:
$Revision: 1.3 $ $Date: 2004/10/13 11:51:01 $ $Log: WebXml.java,v $ Revision 1.3 2004/10/13 11:51:01 matze renamed packages to org.apache Revision 1.2 2004/08/10 10:57:39 manolito fixed StackOverflow in ClassUtils and cleaned up ClassUtils methods Revision 1.1 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.10 2004/07/01 22:05:16 mwessendorf ASF switch Revision 1.9 2004/04/19 13:03:21 manolito Log
Author:
Manfred Geiler (latest modification by $Author: matze $)

Constructor Summary
WebXml()
           
 
Method Summary
 java.util.List getFacesServletMappings()
           
static WebXml getWebXml(javax.faces.context.ExternalContext context)
           
static void init(javax.faces.context.ExternalContext context)
          should be called when initialising Servlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebXml

public WebXml()
Method Detail

getFacesServletMappings

public java.util.List getFacesServletMappings()

getWebXml

public static WebXml getWebXml(javax.faces.context.ExternalContext context)

init

public static void init(javax.faces.context.ExternalContext context)
should be called when initialising Servlet

Parameters:
context -