Package org.apache.struts2.ognl.accessor
Class XWorkIteratorPropertyAccessor
java.lang.Object
ognl.ObjectPropertyAccessor
ognl.IteratorPropertyAccessor
org.apache.struts2.ognl.accessor.XWorkIteratorPropertyAccessor
- All Implemented Interfaces:
- ognl.PropertyAccessor
public class XWorkIteratorPropertyAccessor
extends ognl.IteratorPropertyAccessor
- Author:
- plightbo
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetProperty(Map context, Object target, Object name, Object value) Methods inherited from class ognl.IteratorPropertyAccessorgetPropertyMethods inherited from class ognl.ObjectPropertyAccessorgetPossibleProperty, getPropertyClass, getSourceAccessor, getSourceSetter, hasGetProperty, hasGetProperty, hasSetProperty, hasSetProperty, setPossiblePropertyMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ognl.PropertyAccessorgetSourceAccessor, getSourceSetter
- 
Constructor Details- 
XWorkIteratorPropertyAccessorpublic XWorkIteratorPropertyAccessor()
 
- 
- 
Method Details