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 Summary
Constructors -
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.faces.spi.ConfigurationResourceProvider
validateXml
-
Constructor Details
-
BaseWebConfigResourceProvider
public BaseWebConfigResourceProvider()
-
-
Method Details
-
getResources
- Specified by:
getResourcesin interfaceConfigurationResourceProvider- Parameters:
context- theServletContextfor this application- Returns:
- a List zero or more
URLinstances representing application configuration resources
-
getParameter
-
getExcludedResources
-
getSeparatorRegex
-
getContextURLForPath
-
isExcluded
-