Uses of Class
org.apache.ibatis.ognl.ObjectPropertyAccessor

Packages that use ObjectPropertyAccessor
org.apache.ibatis.ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. 
 

Uses of ObjectPropertyAccessor in org.apache.ibatis.ognl
 

Subclasses of ObjectPropertyAccessor in org.apache.ibatis.ognl
 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 SetPropertyAccessor
          Implementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Lists.
 



Copyright © 2010. All Rights Reserved.