Copyright 2002 by aragost

com.aragost.araspect.handlers
Class InspectorHandler

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

public class InspectorHandler
extends Handler

A handler to inspect the inspector itself.


Constructor Summary
InspectorHandler()
           
 
Method Summary
static GenericMapEvaluator getEvaluatorEvaluator()
          Gets the evaluatorEvaluator.
static GenericMapEvaluator getHandlerEvaluator()
          Gets the handlerEvaluator.
 
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

InspectorHandler

public InspectorHandler()
Method Detail

getEvaluatorEvaluator

public static GenericMapEvaluator getEvaluatorEvaluator()
Gets the evaluatorEvaluator.

Returns:
Returns a GenericMapEvaluator

getHandlerEvaluator

public static GenericMapEvaluator getHandlerEvaluator()
Gets the handlerEvaluator.

Returns:
Returns a GenericMapEvaluator

Copyright 2002 by aragost