|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanReflector | |
---|---|
net.sf.morph | Core classes for use by other parts of the Morph framework. |
net.sf.morph.context.contexts | Context implementations. |
net.sf.morph.integration.velocity | Integration with Apache Velocity. |
net.sf.morph.lang.languages | Language implementations. |
net.sf.morph.reflect.reflectors | Reflector implementations. |
net.sf.morph.transform.transformers | Transformer implementations. |
Uses of BeanReflector in net.sf.morph |
---|
Methods in net.sf.morph that return BeanReflector | |
---|---|
static BeanReflector |
Defaults.createBeanReflector()
Create a basic BeanReflector. |
Uses of BeanReflector in net.sf.morph.context.contexts |
---|
Methods in net.sf.morph.context.contexts that return BeanReflector | |
---|---|
BeanReflector |
ReflectorHierarchicalContext.getBeanReflector()
|
Methods in net.sf.morph.context.contexts with parameters of type BeanReflector | |
---|---|
void |
ReflectorHierarchicalContext.setBeanReflector(BeanReflector beanReflector)
|
Uses of BeanReflector in net.sf.morph.integration.velocity |
---|
Classes in net.sf.morph.integration.velocity that implement BeanReflector | |
---|---|
class |
VelocityContextReflector
Exposes the information in a Context . |
Methods in net.sf.morph.integration.velocity that return BeanReflector | |
---|---|
BeanReflector |
ReflectorVelocityContext.getReflector()
Get the reflector. |
Methods in net.sf.morph.integration.velocity with parameters of type BeanReflector | |
---|---|
void |
ReflectorVelocityContext.setReflector(BeanReflector reflector)
Set the reflector. |
Constructors in net.sf.morph.integration.velocity with parameters of type BeanReflector | |
---|---|
ReflectorVelocityContext(java.lang.Object bean,
BeanReflector reflector)
Create a new ReflectorVelocityContext. |
|
ReflectorVelocityContext(java.lang.Object bean,
BeanReflector reflector,
org.apache.velocity.context.Context inner)
Create a new ReflectorVelocityContext. |
Uses of BeanReflector in net.sf.morph.lang.languages |
---|
Methods in net.sf.morph.lang.languages that return BeanReflector | |
---|---|
BeanReflector |
SimpleLanguage.getReflector()
Get the reflector. |
Methods in net.sf.morph.lang.languages with parameters of type BeanReflector | |
---|---|
void |
SimpleLanguage.setReflector(BeanReflector reflector)
Set the reflector. |
Uses of BeanReflector in net.sf.morph.reflect.reflectors |
---|
Classes in net.sf.morph.reflect.reflectors that implement BeanReflector | |
---|---|
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 |
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 |
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 |
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 BeanReflector | |
---|---|
protected BeanReflector |
SimpleDelegatingReflector.getBeanReflector(java.lang.Object bean)
|
Uses of BeanReflector in net.sf.morph.transform.transformers |
---|
Methods in net.sf.morph.transform.transformers that return BeanReflector | |
---|---|
protected BeanReflector |
BaseReflectorTransformer.getBeanReflector()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |