com.dyuproject.web.rest.dispatcher
Class LocalizedVelocityContext
java.lang.Object
com.dyuproject.web.rest.dispatcher.LocalizedVelocityContext
- All Implemented Interfaces:
- org.apache.velocity.context.Context
public final class LocalizedVelocityContext
- extends Object
- implements org.apache.velocity.context.Context
- Author:
- David Yu
- Date created:
- Jun 15, 2008
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getCurrent
public static LocalizedVelocityContext getCurrent()
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface org.apache.velocity.context.Context
get
public Object get(String key)
- Specified by:
get
in interface org.apache.velocity.context.Context
getKeys
public Object[] getKeys()
- Specified by:
getKeys
in interface org.apache.velocity.context.Context
put
public Object put(String key,
Object value)
- Specified by:
put
in interface org.apache.velocity.context.Context
remove
public Object remove(Object key)
- Specified by:
remove
in interface org.apache.velocity.context.Context
Copyright © 2008-2013. All Rights Reserved.