|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SizableReflector | |
---|---|
net.sf.morph | Core classes for use by other parts of the Morph framework. |
net.sf.morph.integration.velocity | Integration with Apache Velocity. |
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. |
Uses of SizableReflector in net.sf.morph |
---|
Methods in net.sf.morph that return SizableReflector | |
---|---|
static SizableReflector |
Defaults.createSizableReflector()
Create a basic SizableReflector. |
Uses of SizableReflector in net.sf.morph.integration.velocity |
---|
Classes in net.sf.morph.integration.velocity that implement SizableReflector | |
---|---|
class |
VelocityContextReflector
Exposes the information in a Context . |
Uses of SizableReflector in net.sf.morph.reflect |
---|
Subinterfaces of SizableReflector in net.sf.morph.reflect | |
---|---|
interface |
BeanReflector
Exposes information available in 'bean-like' structures. |
interface |
IndexedContainerReflector
A reflector for 'container-like' structures that have a logical ordering which can be used to retrieve elements at a specific index within the structure. |
interface |
MutableIndexedContainerReflector
A reflector for an indexed structure that allows modification of an element at a given index. |
Uses of SizableReflector in net.sf.morph.reflect.reflectors |
---|
Classes in net.sf.morph.reflect.reflectors that implement SizableReflector | |
---|---|
class |
ArrayReflector
A container reflector for Arrays. |
class |
BaseBeanReflector
Convenient base class for BeanReflectors. |
class |
BaseServletReflector
Base class for reflectors that reflect objects from the Servlet API. |
class |
CollectionReflector
A reflector for Collection s. |
class |
ContextReflector
A reflector that can expose the properties of any Context. |
class |
DynaBeanReflector
|
class |
HttpSessionAttributeReflector
Exposes HTTP session attributes. |
class |
ListReflector
A reflector for List s. |
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 |
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 |
SortedSetReflector
Exposes the information found in a SortedSet . |
class |
StringTokenizerReflector
Reflector for StringTokenizer s. |
class |
StubbornDelegatingReflector
|
Methods in net.sf.morph.reflect.reflectors that return SizableReflector | |
---|---|
protected SizableReflector |
SimpleDelegatingReflector.getSizableReflector(java.lang.Object bean)
|
SizableReflector |
ArrayReflector.getSourceReflector()
|
Methods in net.sf.morph.reflect.reflectors with parameters of type SizableReflector | |
---|---|
void |
ArrayReflector.setSourceReflector(SizableReflector sourceReflector)
|
Constructors in net.sf.morph.reflect.reflectors with parameters of type SizableReflector | |
---|---|
ArrayReflector(SizableReflector sourceReflector)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |