Class XWorkMapPropertyAccessor

java.lang.Object
ognl.MapPropertyAccessor
org.apache.struts2.ognl.accessor.XWorkMapPropertyAccessor
All Implemented Interfaces:
ognl.PropertyAccessor

public class XWorkMapPropertyAccessor extends ognl.MapPropertyAccessor
Implementation of PropertyAccessor that sets and gets properties by storing and looking up values in Maps.
Author:
Gabriel Zimmerman
  • Constructor Details

    • XWorkMapPropertyAccessor

      public XWorkMapPropertyAccessor()
  • Method Details

    • setXWorkConverter

      public void setXWorkConverter(XWorkConverter conv)
    • setObjectFactory

      public void setObjectFactory(ObjectFactory fac)
    • setObjectTypeDeterminer

      public void setObjectTypeDeterminer(ObjectTypeDeterminer ot)
    • getProperty

      public Object getProperty(Map context, Object target, Object name) throws ognl.OgnlException
      Specified by:
      getProperty in interface ognl.PropertyAccessor
      Overrides:
      getProperty in class ognl.MapPropertyAccessor
      Throws:
      ognl.OgnlException
    • 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.MapPropertyAccessor
      Throws:
      ognl.OgnlException