Package com.spun.util.velocity
Class TestableUberspect.VelMethodImpl
java.lang.Object
com.spun.util.velocity.TestableUberspect.VelMethodImpl
- All Implemented Interfaces:
org.apache.velocity.util.introspection.VelMethod
- Enclosing class:
- TestableUberspect
public static class TestableUberspect.VelMethodImpl extends Object implements org.apache.velocity.util.introspection.VelMethod
-
Constructor Summary
Constructors Constructor Description VelMethodImpl(Method m) -
Method Summary
Modifier and Type Method Description StringgetMethodName()Class<?>getReturnType()Objectinvoke(Object o, Object[] params)booleanisCacheable()
-
Constructor Details
-
VelMethodImpl
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceorg.apache.velocity.util.introspection.VelMethod- Throws:
Exception
-
isCacheable
public boolean isCacheable()- Specified by:
isCacheablein interfaceorg.apache.velocity.util.introspection.VelMethod
-
getMethodName
- Specified by:
getMethodNamein interfaceorg.apache.velocity.util.introspection.VelMethod
-
getReturnType
- Specified by:
getReturnTypein interfaceorg.apache.velocity.util.introspection.VelMethod
-