Module jakarta.faces
Class BaseWebConfigResourceProvider
java.lang.Object
com.sun.faces.config.configprovider.BaseWebConfigResourceProvider
- All Implemented Interfaces:
- ConfigurationResourceProvider
- Direct Known Subclasses:
- WebFaceletTaglibResourceProvider,- WebFacesConfigResourceProvider
public abstract class BaseWebConfigResourceProvider
extends Object
implements ConfigurationResourceProvider
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected URIgetContextURLForPath(ServletContext context, String path) protected abstract String[]protected abstract WebConfiguration.WebContextInitParametergetResources(ServletContext context) protected abstract Stringprotected booleanisExcluded(String path) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.faces.spi.ConfigurationResourceProvidervalidateXml
- 
Constructor Details- 
BaseWebConfigResourceProviderpublic BaseWebConfigResourceProvider()
 
- 
- 
Method Details- 
getResources- Specified by:
- getResourcesin interface- ConfigurationResourceProvider
- Parameters:
- context- the- ServletContextfor this application
- Returns:
- a List zero or more URLinstances representing application configuration resources
 
- 
getParameter
- 
getExcludedResources
- 
getSeparatorRegex
- 
getContextURLForPath
- 
isExcluded
 
-