Package org.apache.commons.jxpath.ri.model.dynamic

Implementation of "model" APIs for dynamic property objects e.g.

See:
          Description

Class Summary
DynamicAttributeIterator DynamicAttributeIterator is different from a regular BeanAttributeIterator in that given a property name it will always find that property (albeit with a null value).
DynamicPointer A Pointer that points to an object with Dynamic Properties.
DynamicPointerFactory Implements NodePointerFactory for Dynamic classes like Map.
DynamicPropertyIterator Deprecated. - no longer needed, as it is identical to PropertyIterator.
DynamicPropertyPointer Pointer pointing to a property of an object with dynamic properties.
 

Package org.apache.commons.jxpath.ri.model.dynamic Description

Implementation of "model" APIs for dynamic property objects e.g. Maps or anything else for which a client can provide a DynamicPropertyHandler class.



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.