Uses of Class
net.sf.morph.reflect.reflectors.BaseReflector

Packages that use BaseReflector
net.sf.morph.integration.velocity Integration with Apache Velocity. 
net.sf.morph.reflect.reflectors Reflector implementations. 
 

Uses of BaseReflector in net.sf.morph.integration.velocity
 

Subclasses of BaseReflector in net.sf.morph.integration.velocity
 class VelocityContextReflector
          Exposes the information in a Context.
 

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

Subclasses of BaseReflector in net.sf.morph.reflect.reflectors
 class ArrayReflector
          A container reflector for Arrays.
 class BaseBeanReflector
          Convenient base class for BeanReflectors.
 class BaseCompositeReflector
           
 class BaseContainerReflector
          Convenient base class for ContainerReflectors.
 class BaseServletReflector
          Base class for reflectors that reflect objects from the Servlet API.
 class CollectionReflector
          A reflector for Collections.
 class ContextReflector
          A reflector that can expose the properties of any Context.
 class DynaBeanReflector
           
 class EnumerationReflector
          Exposes the information available in a java.util.Enumeration.
 class HttpSessionAttributeReflector
          Exposes HTTP session attributes.
 class IteratorReflector
          Exposes the information available in a java.util.Iterator.
 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 ObjectReflector
           A Reflector that exposes the properties of any Object as they are defined by the JavaBeans specification.
 class PageContextAttributeReflector
          Exposes page context attributes.
 class ReflectorDecorator
          A wrapper for Reflectors that allows any reflector to implement DecoratedReflector.
 class ResetableIteratorWrapperReflector
          Exposes the information available in a ResetableIteratorWrapper.
 class ResultSetReflector
           Exposes the information in a ResultSet.
 class ServletContextAttributeReflector
          Exposes servlet context attributes.
 class ServletContextInitParameterReflector
          Exposes the init-parameters of a ServletContext.
 class ServletRequestAttributeReflector
          Exposes servlet request attributes.
 class ServletRequestParameterReflector
          Exposes servlet request parameters.
 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 SimpleInstantiatingReflector
          A basic instantiating reflector that allows an arbitrary number of requested class types to be mapped to instantiated types.
 class SortedSetReflector
          Exposes the information found in a SortedSet.
 class StringTokenizerReflector
          Reflector for StringTokenizers.
 class StubbornDelegatingReflector
           
 



Copyright © 2004-2008.