com.opensymphony.xwork
Interface Result

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ActionChainResult, MockResult

public interface Result
extends java.io.Serializable

All results (except for NONE) of an Action are mapped to a View implementation. Examples of Views might be:

Version:
$Revision: 861 $
Author:
plightbo

Method Summary
 void execute(ActionInvocation invocation)
          Represents a generic interface for all action execution results, whether that be displaying a webpage, generating an email, sending a JMS message, etc.
 

Method Detail

execute

void execute(ActionInvocation invocation)
             throws java.lang.Exception
Represents a generic interface for all action execution results, whether that be displaying a webpage, generating an email, sending a JMS message, etc.

Throws:
java.lang.Exception

XWork Project Page