Uses of Interface
ognl.PropertyAccessor
Packages that use PropertyAccessor
Package
Description
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
-
Uses of PropertyAccessor in ognl
Classes in ognl that implement PropertyAccessorModifier and TypeClassDescriptionclassImplementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Java arrays.classImplementation of PropertyAccessor that provides "property" reference to "nextElement" (aliases to "next" also) and "hasMoreElements" (also aliased to "hasNext").classImplementation of PropertyAccessor that provides "property" reference to "next" and "hasNext".classImplementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Lists.classImplementation of PropertyAccessor that sets and gets properties by storing and looking up values in Maps.classImplementation 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.classImplementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Lists.Fields in ognl with type parameters of type PropertyAccessorModifier and TypeFieldDescriptionprivate final ClassCache<PropertyAccessor> OgnlCache.propertyAccessorsMethods in ognl that return PropertyAccessorModifier and TypeMethodDescriptionOgnlCache.getPropertyAccessor(Class<?> clazz) static PropertyAccessorOgnlRuntime.getPropertyAccessor(Class<?> clazz) Methods in ognl with parameters of type PropertyAccessorModifier and TypeMethodDescriptionvoidOgnlCache.setPropertyAccessor(Class<?> clazz, PropertyAccessor accessor) static voidOgnlRuntime.setPropertyAccessor(Class<?> clazz, PropertyAccessor accessor)