|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.binding.method.MethodSignature
public class MethodSignature
A specification for a method consisting of the methodName and an optional set of named arguments. This class provides
the ability to resolve a method with parameters and evaluate its argument values as part of a method invoker attempt.
| Constructor Summary | |
|---|---|
MethodSignature(java.lang.String methodName)
Creates a method signature with no parameters. |
|
MethodSignature(java.lang.String methodName,
Parameter parameter)
Creates a method signature with a single parameter. |
|
MethodSignature(java.lang.String methodName,
Parameters parameters)
Creates a method signature with a list of parameters. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getMethodName()
Returns the method name. |
Parameters |
getParameters()
Returns the method parameters. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MethodSignature(java.lang.String methodName)
methodName - the name of the method
public MethodSignature(java.lang.String methodName,
Parameter parameter)
methodName - the name of the methodparameter - the method parameter
public MethodSignature(java.lang.String methodName,
Parameters parameters)
methodName - the name of the methodparameters - the method parameters| Method Detail |
|---|
public java.lang.String getMethodName()
public Parameters getParameters()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||