public class WebAppFlowConfigResourceProvider extends java.lang.Object implements ConfigurationResourceProvider
Modifier and Type | Field and Description |
---|---|
private static java.util.logging.Logger |
logger |
Constructor and Description |
---|
WebAppFlowConfigResourceProvider() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.net.URI> |
getResources(javax.servlet.ServletContext context) |
private java.util.List<java.net.URI> |
inspectDirectory(javax.servlet.ServletContext context,
java.lang.String toInspect,
java.util.List<java.net.URI> list) |
public java.util.Collection<java.net.URI> getResources(javax.servlet.ServletContext context)
getResources
in interface ConfigurationResourceProvider
context
- the ServletContext
for this applicationURL
instances representing
application configuration resourcesConfigurationResourceProvider.getResources(javax.servlet.ServletContext)
private java.util.List<java.net.URI> inspectDirectory(javax.servlet.ServletContext context, java.lang.String toInspect, java.util.List<java.net.URI> list)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.