Class TestableUberspect.VelMethodImpl

java.lang.Object
com.spun.util.velocity.TestableUberspect.VelMethodImpl
All Implemented Interfaces:
org.apache.velocity.util.introspection.VelMethod
Enclosing class:
TestableUberspect

public static class TestableUberspect.VelMethodImpl extends Object implements org.apache.velocity.util.introspection.VelMethod
  • Constructor Details

    • VelMethodImpl

      public VelMethodImpl(Method m)
  • Method Details

    • invoke

      public Object invoke(Object o, Object[] params)
      Specified by:
      invoke in interface org.apache.velocity.util.introspection.VelMethod
    • 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
    • getMethod

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

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