org.apache.struts2.impl
Class ResultAdapter

java.lang.Object
  extended by org.apache.struts2.impl.ResultAdapter
All Implemented Interfaces:
Result, Serializable

public class ResultAdapter
extends Object
implements Result

See Also:
Serialized Form

Field Summary
(package private)  org.apache.struts2.spi.Result delegate
           
private static long serialVersionUID
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

delegate

final org.apache.struts2.spi.Result delegate
Constructor Detail

ResultAdapter

public ResultAdapter(org.apache.struts2.spi.Result delegate)
Method Detail

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.