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 Summary
Constructors Constructor Description BaseWebConfigResourceProvider()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected URIgetContextURLForPath(jakarta.servlet.ServletContext context, String path)protected abstract String[]getExcludedResources()protected abstract WebConfiguration.WebContextInitParametergetParameter()Collection<URI>getResources(jakarta.servlet.ServletContext context)protected abstract StringgetSeparatorRegex()protected booleanisExcluded(String path)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.faces.spi.ConfigurationResourceProvider
validateXml
-
-
-
-
Method Detail
-
getResources
public Collection<URI> getResources(jakarta.servlet.ServletContext context)
- Specified by:
getResourcesin interfaceConfigurationResourceProvider- Parameters:
context- theServletContextfor this application- Returns:
- a List zero or more
URLinstances representing application configuration resources
-
getParameter
protected abstract WebConfiguration.WebContextInitParameter getParameter()
-
getExcludedResources
protected abstract String[] getExcludedResources()
-
getSeparatorRegex
protected abstract String getSeparatorRegex()
-
getContextURLForPath
protected URI getContextURLForPath(jakarta.servlet.ServletContext context, String path)
-
isExcluded
protected boolean isExcluded(String path)
-
-