public class SolrParamResourceLoader
extends org.apache.velocity.runtime.resource.loader.ResourceLoader
| Modifier and Type | Field and Description |
|---|---|
static String |
TEMPLATE_PARAM_PREFIX |
| Constructor and Description |
|---|
SolrParamResourceLoader(SolrQueryRequest request) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModified(org.apache.velocity.runtime.resource.Resource resource) |
InputStream |
getResourceStream(String s) |
void |
init(org.apache.commons.collections.ExtendedProperties extendedProperties) |
boolean |
isSourceModified(org.apache.velocity.runtime.resource.Resource resource) |
public static final String TEMPLATE_PARAM_PREFIX
public SolrParamResourceLoader(SolrQueryRequest request)
public void init(org.apache.commons.collections.ExtendedProperties extendedProperties)
init in class org.apache.velocity.runtime.resource.loader.ResourceLoaderpublic InputStream getResourceStream(String s) throws org.apache.velocity.exception.ResourceNotFoundException
getResourceStream in class org.apache.velocity.runtime.resource.loader.ResourceLoaderorg.apache.velocity.exception.ResourceNotFoundExceptionpublic boolean isSourceModified(org.apache.velocity.runtime.resource.Resource resource)
isSourceModified in class org.apache.velocity.runtime.resource.loader.ResourceLoaderpublic long getLastModified(org.apache.velocity.runtime.resource.Resource resource)
getLastModified in class org.apache.velocity.runtime.resource.loader.ResourceLoaderCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.