public interface ConfigurationResourceProvider
Classes that implement this interface return zero or more
URL
s 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–2019 JBoss by Red Hat. All rights reserved.