public interface VelPropertyGet
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethodName()
returns the method name used to return this 'property'
|
java.lang.Object |
invoke(java.lang.Object o)
invocation method - called when the 'get action' should be
preformed and a value returned
|
boolean |
isCacheable()
specifies if this VelPropertyGet is cacheable and able to be
reused for this class of object it was returned for
|
java.lang.Object invoke(java.lang.Object o) throws java.lang.Exception
o
- java.lang.Exception
boolean isCacheable()
java.lang.String getMethodName()