Package org.apache.myfaces.spi
Class WebConfigProvider
- java.lang.Object
- 
- org.apache.myfaces.spi.WebConfigProvider
 
- 
- Direct Known Subclasses:
- DefaultWebConfigProvider
 
 public abstract class WebConfigProvider extends Object SPI to provide a custom WebConfigProvider implementation.- Since:
- 2.0.3
- Author:
- Leonardo Uribe
 
- 
- 
Constructor SummaryConstructors Constructor Description WebConfigProvider()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleanisErrorPagePresent(ExternalContext externalContext)Indicate if an error page is configured on web.xml file
 
- 
- 
- 
Method Detail- 
isErrorPagePresentpublic abstract boolean isErrorPagePresent(ExternalContext externalContext) Indicate if an error page is configured on web.xml file- Parameters:
- externalContext-
- Returns:
 
 
- 
 
-