com.sun.faces.config.configprovider
public abstract class BaseWebConfigResourceProvider extends java.lang.Object implements ConfigurationResourceProvider
Modifier and Type | Field and Description |
---|---|
private static java.util.logging.Logger |
LOGGER |
Constructor and Description |
---|
BaseWebConfigResourceProvider() |
Modifier and Type | Method and Description |
---|---|
protected java.net.URI |
getContextURLForPath(javax.servlet.ServletContext context,
java.lang.String path) |
protected abstract java.lang.String[] |
getExcludedResources() |
protected abstract WebConfiguration.WebContextInitParameter |
getParameter() |
java.util.Collection<java.net.URI> |
getResources(javax.servlet.ServletContext context) |
protected abstract java.lang.String |
getSeparatorRegex() |
protected boolean |
isExcluded(java.lang.String path) |
public java.util.Collection<java.net.URI> getResources(javax.servlet.ServletContext context)
getResources
in interface ConfigurationResourceProvider
context
- the ServletContext
for this applicationURL
instances representing
application configuration resourcesprotected abstract WebConfiguration.WebContextInitParameter getParameter()
protected abstract java.lang.String[] getExcludedResources()
protected abstract java.lang.String getSeparatorRegex()
protected java.net.URI getContextURLForPath(javax.servlet.ServletContext context, java.lang.String path)
protected boolean isExcluded(java.lang.String path)
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.