public abstract class WebConfigProvider extends Object
| Constructor and Description | 
|---|
| WebConfigProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract List<ServletMapping> | getFacesServletMappings(ExternalContext externalContext)Return the mappings configured on web.xml related to JSF FacesServlet. | 
| abstract boolean | isErrorPagePresent(ExternalContext externalContext)Indicate if an error page is configured on web.xml file | 
public abstract List<ServletMapping> getFacesServletMappings(ExternalContext externalContext)
By default, the algorithm contemplate these three options:
externalContext - public abstract boolean isErrorPagePresent(ExternalContext externalContext)
externalContext - Copyright © 2021 The Apache Software Foundation. All rights reserved.