com.opensymphony.xwork2.ognl.accessor
Class XWorkIteratorPropertyAccessor

java.lang.Object
  extended by ognl.ObjectPropertyAccessor
      extended by ognl.IteratorPropertyAccessor
          extended by com.opensymphony.xwork2.ognl.accessor.XWorkIteratorPropertyAccessor
All Implemented Interfaces:
ognl.PropertyAccessor

public class XWorkIteratorPropertyAccessor
extends ognl.IteratorPropertyAccessor

Author:
plightbo

Field Summary
(package private)  ognl.ObjectPropertyAccessor opa
           
 
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
 

Field Detail

opa

ognl.ObjectPropertyAccessor opa
Constructor Detail

XWorkIteratorPropertyAccessor

public XWorkIteratorPropertyAccessor()
Method Detail

setProperty

public void setProperty(Map context,
                        Object target,
                        Object name,
                        Object value)
                 throws ognl.OgnlException
Specified by:
setProperty in interface ognl.PropertyAccessor
Overrides:
setProperty in class ognl.IteratorPropertyAccessor
Throws:
ognl.OgnlException


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.