|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjavax.el.MethodInfo
public class MethodInfo
Holds information about a method that a MethodExpression evaluated to.
| Constructor Summary | |
|---|---|
MethodInfo(java.lang.String name,
java.lang.Class<?> returnType,
java.lang.Class<?>[] paramTypes)
Creates a new instance of MethodInfo with the given information. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the method |
java.lang.Class<?>[] |
getParamTypes()
Returns the parameter types of the method |
java.lang.Class<?> |
getReturnType()
Returns the return type of the method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodInfo(java.lang.String name,
java.lang.Class<?> returnType,
java.lang.Class<?>[] paramTypes)
name - The name of the methodreturnType - The return type of the methodparamTypes - The types of each of the method's parameters| Method Detail |
|---|
public java.lang.String getName()
public java.lang.Class<?>[] getParamTypes()
public java.lang.Class<?> getReturnType()
|
Copyright © 2006-2009 Odysseus Software GmbH. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||