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
-
Method Summary
Modifier and TypeMethodDescriptionprotected URI
getContextURLForPath
(ServletContext context, String path) protected abstract String[]
protected abstract WebConfiguration.WebContextInitParameter
getResources
(ServletContext context) protected abstract String
protected boolean
isExcluded
(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
-
Constructor Details
-
BaseWebConfigResourceProvider
public BaseWebConfigResourceProvider()
-
-
Method Details
-
getResources
- Specified by:
getResources
in interfaceConfigurationResourceProvider
- Parameters:
context
- theServletContext
for this application- Returns:
- a List zero or more
URL
instances representing application configuration resources
-
getParameter
-
getExcludedResources
-
getSeparatorRegex
-
getContextURLForPath
-
isExcluded
-