org.apache.beehive.netui.util.internal.cache
Class FieldCache

Object
  extended by FieldCache

public class FieldCache
extends Object


Constructor Summary
FieldCache()
           
 
Method Summary
 Field getDeclaredField(Class type, String fieldName)
           
 Field getField(Class type, String fieldName)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldCache

public FieldCache()
Method Detail

getField

public final Field getField(Class type,
                            String fieldName)

getDeclaredField

public final Field getDeclaredField(Class type,
                                    String fieldName)