org.apache.myfaces.shared_orchestra.webapp.webxml
Class WebXml
java.lang.Object
org.apache.myfaces.shared_orchestra.webapp.webxml.WebXml
public class WebXml
- extends 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 |
List |
getFacesExtensionsFilterMappings()
returns a list of #org.apache.myfaces.shared_orchestra.webapp.webxml.FilterMapping s representing a
extensions filter entry |
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 List getFacesServletMappings()
getFacesExtensionsFilterMappings
public List getFacesExtensionsFilterMappings()
- returns a list of
#org.apache.myfaces.shared_orchestra.webapp.webxml.FilterMapping
s 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.