public class

VelMethodDebugDecorator

extends Object
implements VelMethod
java.lang.Object
   ↳ com.atlassian.confluence.util.velocity.debug.VelMethodDebugDecorator

Summary

Public Constructors
VelMethodDebugDecorator(VelMethod delegate)
Public Methods
String getMethodName()
Class getReturnType()
Object invoke(Object o, Object[] params)
boolean isCacheable()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.velocity.util.introspection.VelMethod

Public Constructors

public VelMethodDebugDecorator (VelMethod delegate)

Public Methods

public String getMethodName ()

public Class getReturnType ()

public Object invoke (Object o, Object[] params)

Throws
Exception

public boolean isCacheable ()