com.opensymphony.xwork.util
Class XWorkEnumerationAcccessor

java.lang.Object
  extended byognl.ObjectPropertyAccessor
      extended byognl.EnumerationPropertyAccessor
          extended bycom.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
Throws:
ognl.OgnlException

XWork Project Page