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 Details

    • VelMethodDebugDecorator

      public VelMethodDebugDecorator(org.apache.velocity.util.introspection.VelMethod delegate)
  • Method Details

    • invoke

      public Object invoke(Object o, Object[] params) throws Exception
      Specified by:
      invoke in interface org.apache.velocity.util.introspection.VelMethod
      Throws:
      Exception
    • isCacheable

      public boolean isCacheable()
      Specified by:
      isCacheable in interface org.apache.velocity.util.introspection.VelMethod
    • getMethodName

      public String getMethodName()
      Specified by:
      getMethodName in interface org.apache.velocity.util.introspection.VelMethod
    • getReturnType

      public Class getReturnType()
      Specified by:
      getReturnType in interface org.apache.velocity.util.introspection.VelMethod