org.apache.tomcat.util.handler
Class TcHandlerCtx

java.lang.Object
  extended byorg.apache.tomcat.util.handler.TcHandlerCtx

public class TcHandlerCtx
extends java.lang.Object

Store all context informations for the invocation of a handler chain.

Author:
Costin Manolache

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

TcHandlerCtx

public TcHandlerCtx()
Method Detail

getType

public final int getType()
Get the type of the handler context.


setType

public final void setType(int type)
Set the type of the handler context.


getNote

public final java.lang.Object getNote(int id)
Get a note associated with this hanlder context.


setNote

public final void setNote(int id,
                          java.lang.Object o)
Associate a note with this hanlder context.


recycle

public void recycle()
Recycle the hanlder context.



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.