Copyright 2002 by aragost

com.aragost.araspect.handlers
Class RequestHandler

java.lang.Object
  |
  +--com.aragost.araspect.handlers.Handler
        |
        +--com.aragost.araspect.handlers.RequestHandler

public class RequestHandler
extends Handler


Constructor Summary
RequestHandler()
           
 
Method Summary
static ServletObjectEvaluator getAttributeEvaluator()
          Gets the attributeEvaluator.
static ServletObjectEvaluator getParameterEvaluator()
          Gets the parameterEvaluator.
 
Methods inherited from class com.aragost.araspect.handlers.Handler
addGetters, getFacade, getHtmlUtils, getInspector, getNext, getPath, initFromRequest, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestHandler

public RequestHandler()
Method Detail

getAttributeEvaluator

public static ServletObjectEvaluator getAttributeEvaluator()
Gets the attributeEvaluator.

Returns:
Returns a ServletObjectEvaluator

getParameterEvaluator

public static ServletObjectEvaluator getParameterEvaluator()
Gets the parameterEvaluator.

Returns:
Returns a ServletObjectEvaluator

Copyright 2002 by aragost