org.ajax4jsf.config
Class WebXMLParser
java.lang.Object
org.ajax4jsf.config.WebXMLParser
- Direct Known Subclasses:
- WebXml
public class WebXMLParser
- extends java.lang.Object
- Author:
- asmirnov
Field Summary |
static java.lang.String |
WEB_XML
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WEB_XML
public static final java.lang.String WEB_XML
- See Also:
- Constant Field Values
WebXMLParser
public WebXMLParser()
init
public void init(java.io.InputStream webXml,
java.lang.String filterName)
throws ParsingException
- Throws:
ParsingException
getFacesServletMappings
public java.util.List<java.lang.String> getFacesServletMappings()
getFacesFilterPrefix
public java.lang.String getFacesFilterPrefix()
- Returns:
- the facesFilterPrefix
getFacesFilterSuffix
public java.lang.String getFacesFilterSuffix()
- Returns:
- the facesFilterSuffix
getFacesServletPrefix
public java.lang.String getFacesServletPrefix()
- Returns:
- the facesServletPrefix
getFacesServletSuffix
public java.lang.String getFacesServletSuffix()
- Returns:
- the facesServletSuffix
init
public void init(javax.servlet.ServletContext portletContext,
java.lang.String filterName)
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
Copyright © 2009. All Rights Reserved.