public abstract class StringContentResourceLoader extends DynamicResourceLoader
| Constructor and Description | 
|---|
| StringContentResourceLoader(String path) | 
| StringContentResourceLoader(String path,
                           ResourceLoader parent) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | getContentType(String path) | 
| protected abstract String | getString(String path) | 
| protected URL | getURL(String path)Returns a URL to this resource. | 
findResourcegetContentType, getContentType, getNullResourceLoader, getParent, getResource, isCachable, toStringpublic StringContentResourceLoader(String path)
public StringContentResourceLoader(String path, ResourceLoader parent)
protected abstract String getString(String path) throws IOException
IOExceptionprotected URL getURL(String path) throws IOException
DynamicResourceLoadergetURL in class DynamicResourceLoaderpath - the path of the findResourceCallIOException - when something bad happensCopyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.