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 ? 2002-2010 Oracle America, Inc. All Rights Reserved.