com.opensymphony.xwork2.mock
Class MockResult
java.lang.Object
   com.opensymphony.xwork2.mock.MockResult
com.opensymphony.xwork2.mock.MockResult
- All Implemented Interfaces: 
- Result, Serializable
- public class MockResult 
- extends Object- implements Result
Mock for a Result.
- Author:
- Mike, Rainer Hermanns
- See Also:
- Serialized Form
 
 
 
MockResult
public MockResult()
equals
public boolean equals(Object o)
- 
- Overrides:
- equalsin class- Object
 
- 
 
execute
public void execute(ActionInvocation invocation)
             throws Exception
- Description copied from interface: Result
- Represents a generic interface for all action execution results.
 Whether that be displaying a webpage, generating an email, sending a JMS message, etc.
 
- 
- Specified by:
- executein interface- Result
 
- 
- Parameters:
- invocation- the invocation context.
- Throws:
- Exception- can be thrown.
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.