Package org.apache.myfaces.util
Class WebXmlParser
- java.lang.Object
- 
- org.apache.myfaces.util.WebXmlParser
 
- 
 public class WebXmlParser extends Object 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>getErrorPages(ExternalContext context)Parses the web.xml and web-fragements.xml for error pages.
 
- 
- 
- 
Method Detail- 
getErrorPagespublic static Map<String,String> getErrorPages(ExternalContext context) Parses the web.xml and web-fragements.xml for error pages. "null" as key represents the default error page. Otherwise the key is the exception class.- Parameters:
- context-
- Returns:
 
 
- 
 
-