Copyright 2002 by aragost

com.aragost.araspect.handlers
Class Handler

java.lang.Object
  |
  +--com.aragost.araspect.handlers.Handler
Direct Known Subclasses:
ExceptionInfoHandler, FileHandler, GenericCollectionHandler, GenericServletHandler, InspectorHandler, ObjectHandler, PrimitiveAndWrapperTypeHandler, RequestHandler, RootHandler, ServletContextHandler, SessionHandler, StringHandler

public abstract class Handler
extends java.lang.Object


Constructor Summary
Handler()
           
 
Method Summary
 void addGetters(MethodContainer container)
           
 HandlerFacade getFacade()
          Gets the facade.
protected  HtmlUtils getHtmlUtils()
           
 Inspector getInspector()
          Getter for property inspector.
 Handler getNext()
          Getter for property next.
 Path getPath()
          Gets the path.
 void initFromRequest(javax.servlet.ServletRequest request)
           
 void setNext(Handler next)
          Setter for property next.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler()
Method Detail

initFromRequest

public void initFromRequest(javax.servlet.ServletRequest request)

addGetters

public void addGetters(MethodContainer container)

getNext

public Handler getNext()
Getter for property next.

Returns:
Value of property next.

setNext

public void setNext(Handler next)
Setter for property next.

Parameters:
next - New value of property next.

getInspector

public Inspector getInspector()
Getter for property inspector.

Returns:
Value of property inspector.

getPath

public Path getPath()
Gets the path.

Returns:
Returns a Path

getFacade

public HandlerFacade getFacade()
Gets the facade.

Returns:
Returns a HandlerFacade

getHtmlUtils

protected HtmlUtils getHtmlUtils()

Copyright 2002 by aragost