Java Doc for ResourceLoader.java in » 6.0-JDK-Modules » jax-ws-runtime » com » sun » xml » ws » transport » http » Java Source Code / Java DocumentationJava Source Code and Java Documentation
This allows
DeploymentDescriptorParser to be used outside a servlet container,
but it still needs to work with a layout similar to the web application.
If this can be abstracted away better, that would be nice.
author: Kohsuke Kawaguchi
getResource(String path) Returns the actual location of the resource from the 'path'
that represents a virtual locaion of a file inside a web application.
Returns the actual location of the resource from the 'path'
that represents a virtual locaion of a file inside a web application.
Parameters: path - Desiganates an absolute path within an web application, such as:'/WEB-INF/web.xml' or some such.the actual location, if found, or null if not found.
Returns the list of files in the given directory.
null if the path is invalid. empty if the path didn't containany entry in it. See Also: javax.servlet.http.ServletContext.getResourcePaths(String)