|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VelMethod | |
---|---|
org.apache.velocity.util | |
org.apache.velocity.util.introspection |
Uses of VelMethod in org.apache.velocity.util |
---|
Methods in org.apache.velocity.util that return VelMethod | |
---|---|
static VelMethod |
ClassUtils.getMethod(java.lang.String methodName,
java.lang.Object[] params,
java.lang.Class[] paramClasses,
java.lang.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 |
---|
Classes in org.apache.velocity.util.introspection that implement VelMethod | |
---|---|
static class |
UberspectImpl.VelMethodImpl
Implementation of VelMethod |
Methods in org.apache.velocity.util.introspection that return VelMethod | |
---|---|
VelMethod |
UberspectImpl.getMethod(java.lang.Object obj,
java.lang.String methodName,
java.lang.Object[] args,
Info i)
Method |
VelMethod |
AbstractChainableUberspector.getMethod(java.lang.Object obj,
java.lang.String methodName,
java.lang.Object[] args,
Info i)
Method |
VelMethod |
LinkingUberspector.getMethod(java.lang.Object obj,
java.lang.String methodName,
java.lang.Object[] args,
Info i)
Method |
VelMethod |
Uberspect.getMethod(java.lang.Object obj,
java.lang.String method,
java.lang.Object[] args,
Info info)
Returns a general method, corresponding to $foo.bar( $woogie ) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |