org.apache.activemq.console.command.store.amq
Class CustomResourceLoader
java.lang.Object
org.apache.velocity.runtime.resource.loader.ResourceLoader
org.apache.activemq.console.command.store.amq.CustomResourceLoader
public class CustomResourceLoader
- extends org.apache.velocity.runtime.resource.loader.ResourceLoader
Fields inherited from class org.apache.velocity.runtime.resource.loader.ResourceLoader |
className, isCachingOn, log, modificationCheckInterval, rsvc |
Method Summary |
void |
commonInit(org.apache.velocity.runtime.RuntimeServices rs,
org.apache.commons.collections.ExtendedProperties configuration)
|
long |
getLastModified(org.apache.velocity.runtime.resource.Resource resource)
|
static java.util.HashMap<java.lang.String,java.lang.String> |
getResources()
|
java.io.InputStream |
getResourceStream(java.lang.String name)
|
void |
init(org.apache.commons.collections.ExtendedProperties configuration)
|
boolean |
isSourceModified(org.apache.velocity.runtime.resource.Resource resource)
|
static void |
setResources(java.util.HashMap<java.lang.String,java.lang.String> arg0)
|
Methods inherited from class org.apache.velocity.runtime.resource.loader.ResourceLoader |
getClassName, getModificationCheckInterval, isCachingOn, resourceExists, setCachingOn, setModificationCheckInterval |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomResourceLoader
public CustomResourceLoader()
commonInit
public void commonInit(org.apache.velocity.runtime.RuntimeServices rs,
org.apache.commons.collections.ExtendedProperties configuration)
- Overrides:
commonInit
in class org.apache.velocity.runtime.resource.loader.ResourceLoader
init
public void init(org.apache.commons.collections.ExtendedProperties configuration)
- Specified by:
init
in class org.apache.velocity.runtime.resource.loader.ResourceLoader
getResourceStream
public java.io.InputStream getResourceStream(java.lang.String name)
throws org.apache.velocity.exception.ResourceNotFoundException
- Specified by:
getResourceStream
in class org.apache.velocity.runtime.resource.loader.ResourceLoader
- Throws:
org.apache.velocity.exception.ResourceNotFoundException
isSourceModified
public boolean isSourceModified(org.apache.velocity.runtime.resource.Resource resource)
- Specified by:
isSourceModified
in class org.apache.velocity.runtime.resource.loader.ResourceLoader
getLastModified
public long getLastModified(org.apache.velocity.runtime.resource.Resource resource)
- Specified by:
getLastModified
in class org.apache.velocity.runtime.resource.loader.ResourceLoader
getResources
public static java.util.HashMap<java.lang.String,java.lang.String> getResources()
setResources
public static void setResources(java.util.HashMap<java.lang.String,java.lang.String> arg0)
Copyright © 2005-2012. All Rights Reserved.