org.apache.myfaces.shared_impl.webapp.webxml
Class WebXml
java.lang.Object
   org.apache.myfaces.shared_impl.webapp.webxml.WebXml
org.apache.myfaces.shared_impl.webapp.webxml.WebXml
- public class WebXml 
- extends java.lang.Object
- Version:
- $Revision: 775343 $ $Date: 2009-05-15 16:11:15 -0500 (Fri, 15 May 2009) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $)
 
| Method Summary | 
|  java.util.List | getFacesExtensionsFilterMappings()returns a list of
 #org.apache.myfaces.shared_impl.webapp.webxml.FilterMappings representing a
 extensions filter entry | 
|  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
 | 
| protected  boolean | isOld(javax.faces.context.ExternalContext context)
 | 
| protected  void | setParsingTime(long parsingTime)
 | 
| static void | update(javax.faces.context.ExternalContext context)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WebXml
public WebXml()
getFacesServletMappings
public java.util.List getFacesServletMappings()
- 
 
getFacesExtensionsFilterMappings
public java.util.List getFacesExtensionsFilterMappings()
- returns a list of #org.apache.myfaces.shared_impl.webapp.webxml.FilterMappings representing a
 extensions filter entry
 
- 
 
setParsingTime
protected void setParsingTime(long parsingTime)
- 
 
isOld
protected boolean isOld(javax.faces.context.ExternalContext context)
- 
 
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-
 
update
public static void update(javax.faces.context.ExternalContext context)
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.