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.VelMethod
Exception
public boolean isCacheable()
isCacheable
in interface org.apache.velocity.util.introspection.VelMethod
public String getMethodName()
getMethodName
in interface org.apache.velocity.util.introspection.VelMethod
public Class getReturnType()
getReturnType
in interface org.apache.velocity.util.introspection.VelMethod
Copyright © 2003–2017 Atlassian. All rights reserved.