wt.templateutil.processor
Class PageContext
java.lang.Object
wt.templateutil.processor.PageContext
- public class PageContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
public static final String KEY
- See Also:
- Constant Field Values
CACHE_SIZE
private static final int CACHE_SIZE
- See Also:
- Constant Field Values
instances
private static Cache instances
context
protected Hashtable context
ID
protected String ID
PageContext
public PageContext()
getContext
public static PageContext getContext(String ID)
getID
public String getID()
put
public void put(Object key,
Object value)
get
public Object get(Object key)