|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tomcat.util.handler.TcHandlerCtx
public class TcHandlerCtx
Store all context informations for the invocation of a handler chain.
| Constructor Summary | |
|---|---|
TcHandlerCtx()
|
|
| Method Summary | |
|---|---|
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,
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 Object getNote(int id)
public final void setNote(int id,
Object o)
public void recycle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||