public abstract class BaseWebConfigResourceProvider extends Object implements ConfigurationResourceProvider
| Constructor and Description |
|---|
BaseWebConfigResourceProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected URI |
getContextURLForPath(jakarta.servlet.ServletContext context,
String path) |
protected abstract String[] |
getExcludedResources() |
protected abstract WebConfiguration.WebContextInitParameter |
getParameter() |
Collection<URI> |
getResources(jakarta.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(jakarta.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(jakarta.servlet.ServletContext context, String path)
protected boolean isExcluded(String path)
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.