public class JythonVelMethod extends Object implements org.apache.velocity.util.introspection.VelMethod
| Constructor and Description |
|---|
JythonVelMethod(String methodName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodName() |
Class<Object> |
getReturnType() |
Object |
invoke(Object o,
Object[] params) |
boolean |
isCacheable() |
public JythonVelMethod(String methodName)
public String getMethodName()
getMethodName in interface org.apache.velocity.util.introspection.VelMethodpublic Class<Object> getReturnType()
getReturnType in interface org.apache.velocity.util.introspection.VelMethodpublic Object invoke(Object o, Object[] params) throws Exception
invoke in interface org.apache.velocity.util.introspection.VelMethodExceptionpublic boolean isCacheable()
isCacheable in interface org.apache.velocity.util.introspection.VelMethodCopyright © 2009-2015. All Rights Reserved.