public interface VelPropertyGet
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodName()
returns the method name used to return this 'property'.
|
Object |
invoke(Object o)
invocation method - called when the 'get action' should be performed 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.
|
Object invoke(Object o) throws Exception
o - the object to get the property from.Exception - on any error.boolean isCacheable()
String getMethodName()
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.