com.atlassian.confluence.util.velocity.debug
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 java.lang.Object
- implements org.apache.velocity.util.introspection.VelMethod
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelMethodDebugDecorator
public VelMethodDebugDecorator(org.apache.velocity.util.introspection.VelMethod delegate)
invoke
public java.lang.Object invoke(java.lang.Object o,
java.lang.Object[] params)
throws java.lang.Exception
- Specified by:
invoke
in interface org.apache.velocity.util.introspection.VelMethod
- Throws:
java.lang.Exception
isCacheable
public boolean isCacheable()
- Specified by:
isCacheable
in interface org.apache.velocity.util.introspection.VelMethod
getMethodName
public java.lang.String getMethodName()
- Specified by:
getMethodName
in interface org.apache.velocity.util.introspection.VelMethod
getReturnType
public java.lang.Class getReturnType()
- Specified by:
getReturnType
in interface org.apache.velocity.util.introspection.VelMethod
Copyright © 2003-2014 Atlassian. All Rights Reserved.