Copyright 2002 by aragost

com.aragost.araspect.handlers
Class ObjectHandler

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

public class ObjectHandler
extends Handler


Constructor Summary
ObjectHandler()
           
 
Method Summary
 void addGetters(MethodContainer container)
          Add method that we deem as getters to the specified MethodContainer
static FieldEvaluator getFieldEvaluator()
          Gets the fieldEvaluator.
static MethodEvaluator getMethodEvaluator()
          Gets the methodEvaluator.
 
Methods inherited from class com.aragost.araspect.handlers.Handler
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

ObjectHandler

public ObjectHandler()
Method Detail

getFieldEvaluator

public static FieldEvaluator getFieldEvaluator()
Gets the fieldEvaluator.

Returns:
Returns a FieldEvaluator

getMethodEvaluator

public static MethodEvaluator getMethodEvaluator()
Gets the methodEvaluator.

Returns:
Returns a MethodEvaluator

addGetters

public void addGetters(MethodContainer container)
Add method that we deem as getters to the specified MethodContainer

Overrides:
addGetters in class Handler
Parameters:
container - Add methods to this container

Copyright 2002 by aragost