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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setProperty
(Map context, Object target, Object name, Object value) Methods inherited from class ognl.IteratorPropertyAccessor
getProperty
Methods inherited from class ognl.ObjectPropertyAccessor
getPossibleProperty, getPropertyClass, getSourceAccessor, getSourceSetter, hasGetProperty, hasGetProperty, hasSetProperty, hasSetProperty, setPossibleProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ognl.PropertyAccessor
getSourceAccessor, getSourceSetter
-
Constructor Details
-
XWorkIteratorPropertyAccessor
public XWorkIteratorPropertyAccessor()
-
-
Method Details