Class MethodInfo
java.lang.Object
org.jdesktop.el.MethodInfo
Holds information about a method that a
MethodExpression
evaluated to.- Since:
- JSP 2.1
-
Constructor Summary
ConstructorsConstructorDescriptionMethodInfo
(String name, Class<?> returnType, Class<?>[] paramTypes) Creates a new instance ofMethodInfo
with the given information. -
Method Summary
-
Constructor Details
-
MethodInfo
-
-
Method Details
-
getName
-
getReturnType
Returns the return type of the method- Returns:
- the return type of the method
-
getParamTypes
Returns the parameter types of the method- Returns:
- the parameter types of the method
-