Home » apache-tomcat-6.0.26-src » org.apache » tomcat » util » handler » [javadoc | source]
org.apache.tomcat.util.handler
public class: TcHandlerCtx [javadoc | source]
java.lang.Object
   org.apache.tomcat.util.handler.TcHandlerCtx
Store all context informations for the invocation of a handler chain.
Method from org.apache.tomcat.util.handler.TcHandlerCtx Summary:
getNote,   getType,   recycle,   setNote,   setType
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tomcat.util.handler.TcHandlerCtx Detail:
 public final Object getNote(int id) 
    Get a note associated with this hanlder context.
 public final int getType() 
    Get the type of the handler context.
 public  void recycle() 
    Recycle the hanlder context.
 public final  void setNote(int id,
    Object o) 
    Associate a note with this hanlder context.
 public final  void setType(int type) 
    Set the type of the handler context.