Package | Description |
---|---|
org.apache.velocity.util.introspection |
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
MethodMap.find(java.lang.String methodName,
java.lang.Object[] args)
Find a method.
|
java.lang.reflect.Method |
ClassMap.findMethod(java.lang.String name,
java.lang.Object[] params)
Find a Method using the method name and parameter objects.
|
java.lang.reflect.Method |
IntrospectorBase.getMethod(java.lang.Class c,
java.lang.String name,
java.lang.Object[] params)
Gets the method defined by
name and
params for the Class c . |
Copyright © 2000-2014. All Rights Reserved.