Class XWorkEnumerationAccessor

java.lang.Object
ognl.ObjectPropertyAccessor
ognl.EnumerationPropertyAccessor
org.apache.struts2.ognl.accessor.XWorkEnumerationAccessor
All Implemented Interfaces:
ognl.PropertyAccessor

public class XWorkEnumerationAccessor extends ognl.EnumerationPropertyAccessor
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.EnumerationPropertyAccessor

    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

    • XWorkEnumerationAccessor

      public XWorkEnumerationAccessor()
  • 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.EnumerationPropertyAccessor
      Throws:
      ognl.OgnlException