|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
public static class UberspectImpl.VelGetterImpl
Constructor Summary | |
---|---|
UberspectImpl.VelGetterImpl(AbstractExecutor exec)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UberspectImpl.VelGetterImpl(AbstractExecutor exec)
exec
- Method Detail |
---|
public java.lang.Object invoke(java.lang.Object o) throws java.lang.Exception
VelPropertyGet
invoke
in interface VelPropertyGet
java.lang.Exception
VelPropertyGet.invoke(java.lang.Object)
public boolean isCacheable()
VelPropertyGet
isCacheable
in interface VelPropertyGet
VelPropertyGet.isCacheable()
public java.lang.String getMethodName()
VelPropertyGet
getMethodName
in interface VelPropertyGet
VelPropertyGet.getMethodName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |