Class UberspectImpl.VelGetterImpl
java.lang.Object
org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl
- All Implemented Interfaces:
VelPropertyGet
- Enclosing class:
UberspectImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreturns the method name used to return this 'property'invocation method - called when the 'get action' should be preformed and a value returnedboolean
specifies if this VelPropertyGet is cacheable and able to be reused for this class of object it was returned for
-
Constructor Details
-
VelGetterImpl
- Parameters:
exec
-
-
-
Method Details
-
invoke
Description copied from interface:VelPropertyGet
invocation method - called when the 'get action' should be preformed and a value returned- Specified by:
invoke
in interfaceVelPropertyGet
- Parameters:
o
-- Returns:
- The resulting Object.
- Throws:
IllegalAccessException
InvocationTargetException
- See Also:
-
isCacheable
public boolean isCacheable()Description copied from interface:VelPropertyGet
specifies if this VelPropertyGet is cacheable and able to be reused for this class of object it was returned for- Specified by:
isCacheable
in interfaceVelPropertyGet
- Returns:
- true if can be reused for this class, false if not
- See Also:
-
getMethodName
Description copied from interface:VelPropertyGet
returns the method name used to return this 'property'- Specified by:
getMethodName
in interfaceVelPropertyGet
- Returns:
- The method name used to return this 'property'
- See Also:
-