com.liferay.portal.velocity
Class LiferayResourceCache
java.lang.Object
com.liferay.portal.velocity.LiferayResourceCache
- All Implemented Interfaces:
- org.apache.velocity.runtime.resource.ResourceCache
public class LiferayResourceCache
- extends Object
- implements org.apache.velocity.runtime.resource.ResourceCache
Method Summary |
Iterator<Object> |
enumerateKeys()
|
org.apache.velocity.runtime.resource.Resource |
get(Object key)
|
void |
initialize(org.apache.velocity.runtime.RuntimeServices rs)
|
org.apache.velocity.runtime.resource.Resource |
put(Object key,
org.apache.velocity.runtime.resource.Resource resource)
|
org.apache.velocity.runtime.resource.Resource |
remove(Object key)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiferayResourceCache
public LiferayResourceCache()
enumerateKeys
public Iterator<Object> enumerateKeys()
- Specified by:
enumerateKeys
in interface org.apache.velocity.runtime.resource.ResourceCache
get
public org.apache.velocity.runtime.resource.Resource get(Object key)
- Specified by:
get
in interface org.apache.velocity.runtime.resource.ResourceCache
initialize
public void initialize(org.apache.velocity.runtime.RuntimeServices rs)
- Specified by:
initialize
in interface org.apache.velocity.runtime.resource.ResourceCache
put
public org.apache.velocity.runtime.resource.Resource put(Object key,
org.apache.velocity.runtime.resource.Resource resource)
- Specified by:
put
in interface org.apache.velocity.runtime.resource.ResourceCache
remove
public org.apache.velocity.runtime.resource.Resource remove(Object key)
- Specified by:
remove
in interface org.apache.velocity.runtime.resource.ResourceCache