org.apache.struts2.impl
Class ResultAdapter
java.lang.Object
org.apache.struts2.impl.ResultAdapter
- All Implemented Interfaces:
- Result, Serializable
public class ResultAdapter
- extends Object
- implements Result
- See Also:
- Serialized Form
Constructor Summary |
ResultAdapter(org.apache.struts2.spi.Result delegate)
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
delegate
final org.apache.struts2.spi.Result delegate
ResultAdapter
public ResultAdapter(org.apache.struts2.spi.Result delegate)
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:
execute
in interface Result
- Throws:
Exception
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.