public class ListAccessor
extends ognl.ListPropertyAccessor
Constructor and Description |
---|
ListAccessor(Converters converters) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getProperty(java.util.Map context,
java.lang.Object target,
java.lang.Object value) |
void |
setProperty(java.util.Map context,
java.lang.Object target,
java.lang.Object key,
java.lang.Object value) |
getPropertyClass, getSourceAccessor, getSourceSetter
public ListAccessor(Converters converters)
public java.lang.Object getProperty(java.util.Map context, java.lang.Object target, java.lang.Object value) throws ognl.OgnlException
getProperty
in interface ognl.PropertyAccessor
getProperty
in class ognl.ListPropertyAccessor
ognl.OgnlException
public void setProperty(java.util.Map context, java.lang.Object target, java.lang.Object key, java.lang.Object value) throws ognl.OgnlException
setProperty
in interface ognl.PropertyAccessor
setProperty
in class ognl.ListPropertyAccessor
ognl.OgnlException
Copyright © 2013 Caelum. All Rights Reserved.