|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.waffle.action.MethodDefinition
public class MethodDefinition
Holder for the method and values to be executed.
| Constructor Summary | |
|---|---|
MethodDefinition(java.lang.reflect.Method method)
|
|
| Method Summary | |
|---|---|
void |
addMethodArgument(java.lang.Object argument)
Allows resolved argument to be added. |
java.lang.reflect.Method |
getMethod()
The method that is to be invoked on the controller |
java.util.List<java.lang.Object> |
getMethodArguments()
The argument values that will be used to satisfy the invocation of the action method |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MethodDefinition(java.lang.reflect.Method method)
| Method Detail |
|---|
public java.lang.reflect.Method getMethod()
public java.util.List<java.lang.Object> getMethodArguments()
public void addMethodArgument(java.lang.Object argument)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||