public abstract class BaseWebConfigResourceProvider extends Object implements ConfigurationResourceProvider
Constructor and Description |
---|
BaseWebConfigResourceProvider() |
Modifier and Type | Method and Description |
---|---|
protected URI |
getContextURLForPath(javax.servlet.ServletContext context,
String path) |
protected abstract String[] |
getExcludedResources() |
protected abstract WebConfiguration.WebContextInitParameter |
getParameter() |
Collection<URI> |
getResources(javax.servlet.ServletContext context) |
protected abstract String |
getSeparatorRegex() |
protected boolean |
isExcluded(String path) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
validateXml
public Collection<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 String[] getExcludedResources()
protected abstract String getSeparatorRegex()
protected URI getContextURLForPath(javax.servlet.ServletContext context, String path)
protected boolean isExcluded(String path)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.