| com.opensymphony.xwork.util.XWorkCollectionPropertyAccessor
XWorkCollectionPropertyAccessor | public class XWorkCollectionPropertyAccessor extends SetPropertyAccessor (Code) | | author: Gabe |
KEY_PROPERTY_FOR_CREATION | final public static String KEY_PROPERTY_FOR_CREATION(Code) | | |
getProperty | public Object getProperty(Map context, Object target, Object key) throws OgnlException(Code) | | Gets the property of a Collection by indexing the collection
based on a key property. For example, if the key property were
'id', this method would convert the key Object to whatever
type the id property was, and then access the Set like it was
a Map returning a JavaBean with the value of id property matching
the input.
See Also: ognl.PropertyAccessor.getProperty(java.util.MapObjectObject) |
|
|