Uses of Interface
org.apache.velocity.util.introspection.VelMethod
-
Uses of VelMethod in org.apache.velocity.util
Modifier and TypeMethodDescriptionstatic VelMethod
ClassUtils.getMethod
(String methodName, Object[] params, Class<?>[] paramClasses, Object o, InternalContextAdapter context, SimpleNode node, boolean strictRef) Lookup a VelMethod object given the method signature that is specified in the passed in parameters. -
Uses of VelMethod in org.apache.velocity.util.introspection
Modifier and TypeClassDescriptionstatic class
Implementation of VelMethodModifier and TypeMethodDescriptionMethodMethodReturns a general method, corresponding to $foo.bar( $woogie )Method