com.openharbor.beck.get
Class DefaultGetter

java.lang.Object
  extended bycom.openharbor.beck.get.DefaultGetter
All Implemented Interfaces:
Getter
Direct Known Subclasses:
ExpansionGetter, FieldGetter, MemberGetter, NamedMemberGetter, PropertyGetter, SelfGetter

public abstract class DefaultGetter
extends java.lang.Object
implements Getter

Shared code, inherited by various Getter classes.


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
DefaultGetter()
           
 
Method Summary
 java.lang.Class getClass(java.lang.Object parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.openharbor.beck.get.Getter
getName, getValue
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Constructor Detail

DefaultGetter

public DefaultGetter()
Method Detail

getClass

public java.lang.Class getClass(java.lang.Object parent)
Specified by:
getClass in interface Getter
Returns:
the expected Class of any object returned from getValue(parent).