Package | Description |
---|---|
org.apache.velocity.util | |
org.apache.velocity.util.introspection |
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Class and Description |
---|---|
static class |
UberspectImpl.VelMethodImpl
Implementation of VelMethod
|
Modifier and Type | Method and Description |
---|---|
VelMethod |
UberspectPublicFields.getMethod(Object obj,
String method,
Object[] args,
Info info) |
VelMethod |
UberspectImpl.getMethod(Object obj,
String methodName,
Object[] args,
Info i)
Method
|
VelMethod |
Uberspect.getMethod(Object obj,
String method,
Object[] args,
Info info)
Returns a general method, corresponding to $foo.bar( $woogie )
|
VelMethod |
LinkingUberspector.getMethod(Object obj,
String methodName,
Object[] args,
Info i)
Method
|
VelMethod |
DeprecatedCheckUberspector.getMethod(Object obj,
String methodName,
Object[] args,
Info i) |
VelMethod |
AbstractChainableUberspector.getMethod(Object obj,
String methodName,
Object[] args,
Info i)
Method
|
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.