public interface VelPropertySet
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMethodName()
returns the method name used to set this 'property'.
|
java.lang.Object |
invoke(java.lang.Object o,
java.lang.Object arg)
method used to set the value in the object.
|
boolean |
isCacheable()
specifies if this VelPropertySet is cacheable and able to be reused for
this class of object it was returned for.
|
java.lang.Object invoke(java.lang.Object o,
java.lang.Object arg)
throws java.lang.Exception
o - Object on which the method will be called with the argarg - value to be setjava.lang.Exception - on any error.boolean isCacheable()
java.lang.String getMethodName()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.