Copyright 2002 by aragost

com.aragost.araspect.handlers
Class ExceptionInfoHandler

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

public class ExceptionInfoHandler
extends Handler


Constructor Summary
ExceptionInfoHandler()
           
 
Method Summary
static GenericMapEvaluator getRequestAttributeEvaluator()
          Gets the requestAttributeEvaluator.
static GenericMapEvaluator getRequestParameterEvaluator()
          Gets the requestParameterEvaluator.
 
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

ExceptionInfoHandler

public ExceptionInfoHandler()
Method Detail

getRequestParameterEvaluator

public static GenericMapEvaluator getRequestParameterEvaluator()
Gets the requestParameterEvaluator.

Returns:
Returns a GenericMapEvaluator

getRequestAttributeEvaluator

public static GenericMapEvaluator getRequestAttributeEvaluator()
Gets the requestAttributeEvaluator.

Returns:
Returns a GenericMapEvaluator

Copyright 2002 by aragost