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, waitvalidateXmlpublic Collection<URI> getResources(javax.servlet.ServletContext context)
getResources in interface ConfigurationResourceProvidercontext - 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)
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.