Package org.apache.struts2.ognl.accessor
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
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