Module jakarta.faces
Class WebFacesConfigResourceProvider
java.lang.Object
com.sun.faces.config.configprovider.BaseWebConfigResourceProvider
com.sun.faces.config.configprovider.WebFacesConfigResourceProvider
- All Implemented Interfaces:
ConfigurationResourceProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String[]
protected WebConfiguration.WebContextInitParameter
getResources
(ServletContext context) protected String
Methods inherited from class com.sun.faces.config.configprovider.BaseWebConfigResourceProvider
getContextURLForPath, isExcluded
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
-
WebFacesConfigResourceProvider
public WebFacesConfigResourceProvider()
-
-
Method Details
-
getResources
- Specified by:
getResources
in interfaceConfigurationResourceProvider
- Overrides:
getResources
in classBaseWebConfigResourceProvider
- Parameters:
context
- theServletContext
for this application- Returns:
- a List zero or more
URL
instances representing application configuration resources - See Also:
-
getParameter
- Specified by:
getParameter
in classBaseWebConfigResourceProvider
-
getExcludedResources
- Specified by:
getExcludedResources
in classBaseWebConfigResourceProvider
-
getSeparatorRegex
- Specified by:
getSeparatorRegex
in classBaseWebConfigResourceProvider
-