public class VelMethodDebugDecorator extends Object implements org.apache.velocity.util.introspection.VelMethod
| Constructor and Description |
|---|
VelMethodDebugDecorator(org.apache.velocity.util.introspection.VelMethod delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodName() |
Class |
getReturnType() |
Object |
invoke(Object o,
Object[] params) |
boolean |
isCacheable() |
public VelMethodDebugDecorator(org.apache.velocity.util.introspection.VelMethod delegate)
public 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.VelMethodpublic String getMethodName()
getMethodName in interface org.apache.velocity.util.introspection.VelMethodpublic Class getReturnType()
getReturnType in interface org.apache.velocity.util.introspection.VelMethodCopyright © 2003–2019 Atlassian. All rights reserved.