|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.velocity.util.introspection.MethodMap
| Field Summary | |
(package private) java.util.Map |
methodByNameMap
Keep track of all methods with the same name. |
| Constructor Summary | |
MethodMap()
|
|
| Method Summary | |
void |
add(java.lang.reflect.Method method)
Add a method to a list of methods by name. |
java.lang.reflect.Method |
find(java.lang.String methodName,
java.lang.Object[] params)
Find a method. |
java.util.List |
get(java.lang.String key)
Return a list of methods with the same name. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
java.util.Map methodByNameMap
| Constructor Detail |
public MethodMap()
| Method Detail |
public void add(java.lang.reflect.Method method)
public java.util.List get(java.lang.String key)
String - key
public java.lang.reflect.Method find(java.lang.String methodName,
java.lang.Object[] params)
String - name of methodObject[] - params
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||