|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VelPropertyGet
Interface defining a 'getter'. For uses when looking for resolution of property references $foo.bar
Method Summary | |
---|---|
String |
getMethodName()
returns the method name used to return this 'property' |
Object |
invoke(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 |
Method Detail |
---|
Object invoke(Object o) throws Exception
o
-
Exception
boolean isCacheable()
String getMethodName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |