|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.shared_tomahawk.webapp.webxml.WebXml
public class WebXml
Constructor Summary | |
---|---|
WebXml()
|
Method Summary | |
---|---|
List |
getFacesExtensionsFilterMappings()
returns a list of #org.apache.myfaces.shared_tomahawk.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 |
boolean |
isErrorPagePresent()
Determines, if the web.xml contains an error-page entry |
protected boolean |
isOld(javax.faces.context.ExternalContext context)
|
void |
setErrorPagePresent(boolean errorPagePresent)
Sets if, the web.xml contains an error-page entry |
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 |
Constructor Detail |
---|
public WebXml()
Method Detail |
---|
public List getFacesServletMappings()
public List getFacesExtensionsFilterMappings()
#org.apache.myfaces.shared_tomahawk.webapp.webxml.FilterMapping
s representing a
extensions filter entry
protected void setParsingTime(long parsingTime)
public void setErrorPagePresent(boolean errorPagePresent)
errorPagePresent
- public boolean isErrorPagePresent()
protected boolean isOld(javax.faces.context.ExternalContext context)
public static WebXml getWebXml(javax.faces.context.ExternalContext context)
public static void init(javax.faces.context.ExternalContext context)
context
- public static void update(javax.faces.context.ExternalContext context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |