com.opensymphony.xwork.util
Class XWorkEnumerationAcccessor

java.lang.Object
  extended by ognl.ObjectPropertyAccessor
      extended by ognl.EnumerationPropertyAccessor
          extended by com.opensymphony.xwork.util.XWorkEnumerationAcccessor
All Implemented Interfaces:
ognl.PropertyAccessor

public class XWorkEnumerationAcccessor
extends ognl.EnumerationPropertyAccessor

Author:
plightbo

Constructor Summary
XWorkEnumerationAcccessor()
           
 
Method Summary
 void setProperty(Map context, Object target, Object name, Object value)
           
 
Methods inherited from class ognl.EnumerationPropertyAccessor
getProperty
 
Methods inherited from class ognl.ObjectPropertyAccessor
getPossibleProperty, hasGetProperty, hasGetProperty, hasSetProperty, hasSetProperty, setPossibleProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWorkEnumerationAcccessor

public XWorkEnumerationAcccessor()
Method Detail

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

XWork Project Page