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