public interface AssetResourceLocator
Resource
that can be
streamed to the client. The path is on the classpath, but may have been changed to include a checksum (in
certain cases).Modifier and Type | Method and Description |
---|---|
Resource |
findClasspathResourceForPath(String path)
For a complete classpath path, returns the Resource for the path.
|
Resource findClasspathResourceForPath(String path) throws IOException
IOException
Copyright © 2003-2012 The Apache Software Foundation.