Uses of Interface
net.sf.morph.reflect.GrowableContainerReflector

Packages that use GrowableContainerReflector
net.sf.morph Core classes for use by other parts of the Morph framework. 
net.sf.morph.reflect.reflectors Reflector implementations. 
net.sf.morph.transform.transformers Transformer implementations. 
 

Uses of GrowableContainerReflector in net.sf.morph
 

Methods in net.sf.morph that return GrowableContainerReflector
static GrowableContainerReflector Defaults.createGrowableContainerReflector()
          Create a basic GrowableContainerReflector.
 

Uses of GrowableContainerReflector in net.sf.morph.reflect.reflectors
 

Classes in net.sf.morph.reflect.reflectors that implement GrowableContainerReflector
 class CollectionReflector
          A reflector for Collections.
 class ListReflector
          A reflector for Lists.
 class MapReflector
          Reflector for Maps that allows a map to be treated both as a container and as a bean.
 class ServletRequestReflector
          ServletRequest reflector.
 class SetReflector
          Exposes the information found in a Set.
 class SimpleDelegatingReflector
          Reflector that can be used to combine multiple bean reflectors.
 class SortedSetReflector
          Exposes the information found in a SortedSet.
 class StubbornDelegatingReflector
           
 

Methods in net.sf.morph.reflect.reflectors that return GrowableContainerReflector
protected  GrowableContainerReflector SimpleDelegatingReflector.getGrowableContainerReflector(java.lang.Object bean)
           
 

Uses of GrowableContainerReflector in net.sf.morph.transform.transformers
 

Methods in net.sf.morph.transform.transformers that return GrowableContainerReflector
protected  GrowableContainerReflector BaseReflectorTransformer.getGrowableContainerReflector()
           
 



Copyright © 2004-2008.