public class WebFacesConfigResourceProvider extends BaseWebConfigResourceProvider
Modifier and Type | Field and Description |
---|---|
private static java.lang.String[] |
EXCLUDES |
private static java.lang.String |
SEPARATORS |
private static java.lang.String |
WEB_INF_RESOURCE
The resource path for the faces configuration in the
WEB-INF directory of an application. |
Constructor and Description |
---|
WebFacesConfigResourceProvider() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String[] |
getExcludedResources() |
protected WebConfiguration.WebContextInitParameter |
getParameter() |
java.util.Collection<java.net.URI> |
getResources(javax.servlet.ServletContext context) |
protected java.lang.String |
getSeparatorRegex() |
getContextURLForPath, isExcluded
private static final java.lang.String WEB_INF_RESOURCE
The resource path for the faces configuration in the
WEB-INF
directory of an application.
private static final java.lang.String[] EXCLUDES
private static final java.lang.String SEPARATORS
public java.util.Collection<java.net.URI> getResources(javax.servlet.ServletContext context)
getResources
in interface ConfigurationResourceProvider
getResources
in class BaseWebConfigResourceProvider
context
- the ServletContext
for this applicationURL
instances representing
application configuration resourcesConfigurationResourceProvider.getResources(javax.servlet.ServletContext)
protected WebConfiguration.WebContextInitParameter getParameter()
getParameter
in class BaseWebConfigResourceProvider
protected java.lang.String[] getExcludedResources()
getExcludedResources
in class BaseWebConfigResourceProvider
protected java.lang.String getSeparatorRegex()
getSeparatorRegex
in class BaseWebConfigResourceProvider
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.