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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetProperty(Map context, Object target, Object name, Object value) Methods inherited from class ognl.EnumerationPropertyAccessorgetPropertyMethods inherited from class ognl.ObjectPropertyAccessorgetPossibleProperty, getPropertyClass, getSourceAccessor, getSourceSetter, hasGetProperty, hasGetProperty, hasSetProperty, hasSetProperty, setPossiblePropertyMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ognl.PropertyAccessorgetSourceAccessor, getSourceSetter
- 
Constructor Details- 
XWorkEnumerationAccessorpublic XWorkEnumerationAccessor()
 
- 
- 
Method Details