Class WebFaceletTaglibResourceProvider
- java.lang.Object
-
- com.sun.faces.config.configprovider.BaseWebConfigResourceProvider
-
- com.sun.faces.config.configprovider.WebFaceletTaglibResourceProvider
-
- All Implemented Interfaces:
ConfigurationResourceProvider
public class WebFaceletTaglibResourceProvider extends BaseWebConfigResourceProvider
-
-
Constructor Summary
Constructors Constructor Description WebFaceletTaglibResourceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String[]getExcludedResources()protected WebConfiguration.WebContextInitParametergetParameter()protected StringgetSeparatorRegex()-
Methods inherited from class com.sun.faces.config.configprovider.BaseWebConfigResourceProvider
getContextURLForPath, getResources, 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
-
-
-
-
Method Detail
-
getParameter
protected WebConfiguration.WebContextInitParameter getParameter()
- Specified by:
getParameterin classBaseWebConfigResourceProvider
-
getExcludedResources
protected String[] getExcludedResources()
- Specified by:
getExcludedResourcesin classBaseWebConfigResourceProvider
-
getSeparatorRegex
protected String getSeparatorRegex()
- Specified by:
getSeparatorRegexin classBaseWebConfigResourceProvider
-
-