org.apache.struts2.impl
Class ResultAdapter

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

public class ResultAdapter
extends java.lang.Object
implements com.opensymphony.xwork2.Result

See Also:
Serialized Form

Constructor Summary
ResultAdapter(org.apache.struts2.spi.Result delegate)
           
 
Method Summary
 void execute(com.opensymphony.xwork2.ActionInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultAdapter

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

execute

public void execute(com.opensymphony.xwork2.ActionInvocation invocation)
             throws java.lang.Exception
Specified by:
execute in interface com.opensymphony.xwork2.Result
Throws:
java.lang.Exception


Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.