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

Packages that use IndexedContainerReflector
net.sf.morph Core classes for use by other parts of the Morph framework. 
net.sf.morph.reflect Defines notions of "bean-like" and "container-like" holders of information by definining a standard API for accessing such information. 
net.sf.morph.reflect.reflectors Reflector implementations. 
net.sf.morph.transform.transformers Transformer implementations. 
 

Uses of IndexedContainerReflector in net.sf.morph
 

Methods in net.sf.morph that return IndexedContainerReflector
static IndexedContainerReflector Defaults.createIndexedContainerReflector()
          Create a basic IndexedContainerReflector.
 

Uses of IndexedContainerReflector in net.sf.morph.reflect
 

Subinterfaces of IndexedContainerReflector in net.sf.morph.reflect
 interface MutableIndexedContainerReflector
          A reflector for an indexed structure that allows modification of an element at a given index.
 

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

Classes in net.sf.morph.reflect.reflectors that implement IndexedContainerReflector
 class ArrayReflector
          A container reflector for Arrays.
 class ListReflector
          A reflector for Lists.
 class ServletRequestReflector
          ServletRequest reflector.
 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 IndexedContainerReflector
protected  IndexedContainerReflector SimpleDelegatingReflector.getIndexedContainerReflector(java.lang.Object bean)
           
 

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

Methods in net.sf.morph.transform.transformers that return IndexedContainerReflector
protected  IndexedContainerReflector BaseReflectorTransformer.getIndexedContainerReflector()
           
 



Copyright © 2004-2008.