com.opensymphony.xwork.util
Class XWorkIteratorPropertyAccessor

java.lang.Object
  extended byognl.ObjectPropertyAccessor
      extended byognl.IteratorPropertyAccessor
          extended bycom.opensymphony.xwork.util.XWorkIteratorPropertyAccessor
All Implemented Interfaces:
ognl.PropertyAccessor

public class XWorkIteratorPropertyAccessor
extends ognl.IteratorPropertyAccessor

Author:
plightbo

Constructor Summary
XWorkIteratorPropertyAccessor()
           
 
Method Summary
 void setProperty(Map context, Object target, Object name, Object value)
           
 
Methods inherited from class ognl.IteratorPropertyAccessor
getProperty
 
Methods inherited from class ognl.ObjectPropertyAccessor
getPossibleProperty, hasGetProperty, hasGetProperty, hasSetProperty, hasSetProperty, setPossibleProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWorkIteratorPropertyAccessor

public XWorkIteratorPropertyAccessor()
Method Detail

setProperty

public void setProperty(Map context,
                        Object target,
                        Object name,
                        Object value)
                 throws ognl.OgnlException
Throws:
ognl.OgnlException

XWork Project Page