public interface ConfigurationResourceProvider
Classes that implement this interface return zero or more
URLs which refer to application configuration resources.
| Modifier and Type | Method and Description |
|---|---|
Collection<URI> |
getResources(javax.servlet.ServletContext context) |
Collection<URI> getResources(javax.servlet.ServletContext context)
context - the ServletContext for this applicationURL instances representing
application configuration resourcesCopyright © 2010–2018 JBoss by Red Hat. All rights reserved.