Class VelMethodDebugDecorator
java.lang.Object
com.atlassian.confluence.util.velocity.debug.VelMethodDebugDecorator
- All Implemented Interfaces:
org.apache.velocity.util.introspection.VelMethod
public class VelMethodDebugDecorator
extends Object
implements org.apache.velocity.util.introspection.VelMethod
-
Constructor Summary
ConstructorsConstructorDescriptionVelMethodDebugDecorator
(org.apache.velocity.util.introspection.VelMethod delegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
VelMethodDebugDecorator
public VelMethodDebugDecorator(org.apache.velocity.util.introspection.VelMethod delegate)
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceorg.apache.velocity.util.introspection.VelMethod
- Throws:
Exception
-
isCacheable
public boolean isCacheable()- Specified by:
isCacheable
in interfaceorg.apache.velocity.util.introspection.VelMethod
-
getMethodName
- Specified by:
getMethodName
in interfaceorg.apache.velocity.util.introspection.VelMethod
-
getReturnType
- Specified by:
getReturnType
in interfaceorg.apache.velocity.util.introspection.VelMethod
-