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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

    • 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