|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyAccessor | |
---|---|
org.apache.commons.ognl |
Uses of PropertyAccessor in org.apache.commons.ognl |
---|
Classes in org.apache.commons.ognl that implement PropertyAccessor | |
---|---|
class |
ArrayPropertyAccessor
Implementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Java arrays. |
class |
EnumerationPropertyAccessor
Implementation of PropertyAccessor that provides "property" reference to "nextElement" (aliases to "next" also) and "hasMoreElements" (also aliased to "hasNext"). |
class |
IteratorPropertyAccessor
Implementation of PropertyAccessor that provides "property" reference to "next" and "hasNext". |
class |
ListPropertyAccessor
Implementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Lists. |
class |
MapPropertyAccessor
Implementation of PropertyAccessor that sets and gets properties by storing and looking up values in Maps. |
class |
ObjectPropertyAccessor
Implementation of PropertyAccessor that uses reflection on the target object's class to find a field or a pair of set/get methods with the given property name. |
class |
SetPropertyAccessor
Implementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Lists. |
Methods in org.apache.commons.ognl that return PropertyAccessor | |
---|---|
static PropertyAccessor |
OgnlRuntime.getPropertyAccessor(Class<?> clazz)
|
PropertyAccessor |
OgnlCache.getPropertyAccessor(Class<?> clazz)
|
Methods in org.apache.commons.ognl with parameters of type PropertyAccessor | |
---|---|
static void |
OgnlRuntime.setPropertyAccessor(Class<?> clazz,
PropertyAccessor accessor)
|
void |
OgnlCache.setPropertyAccessor(Class<?> clazz,
PropertyAccessor accessor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |