|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tomcat.util.handler.TcHandlerCtx
Store all context informations for the invocation of a handler chain.
Constructor Summary | |
TcHandlerCtx()
|
Method Summary | |
java.lang.Object |
getNote(int id)
Get a note associated with this hanlder context. |
int |
getType()
Get the type of the handler context. |
void |
recycle()
Recycle the hanlder context. |
void |
setNote(int id,
java.lang.Object o)
Associate a note with this hanlder context. |
void |
setType(int type)
Set the type of the handler context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TcHandlerCtx()
Method Detail |
public final int getType()
public final void setType(int type)
public final java.lang.Object getNote(int id)
public final void setNote(int id, java.lang.Object o)
public void recycle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |