wt.templateutil.processor
Class PageContext

java.lang.Object
  extended bywt.templateutil.processor.PageContext

public class PageContext
extends Object


Field Summary
private static int CACHE_SIZE
           
protected  Hashtable context
           
protected  String ID
           
private static Cache instances
           
static String KEY
           
 
Constructor Summary
PageContext()
           
 
Method Summary
 Object get(Object key)
           
static PageContext getContext(String ID)
           
 String getID()
           
 void put(Object key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PageContext

public PageContext()
Method Detail

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)