|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.mock.MockResult
public class MockResult
Mock for a Result.
| Constructor Summary | |
|---|---|
MockResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
void |
execute(ActionInvocation invocation)
Represents a generic interface for all action execution results. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MockResult()
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Object
public void execute(ActionInvocation invocation)
throws java.lang.Exception
Result
execute in interface Resultinvocation - the invocation context.
java.lang.Exception - can be thrown.public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||