com.opensymphony.webwork.views.xslt
Class XSLTResult

java.lang.Object
  extended bycom.opensymphony.webwork.views.xslt.XSLTResult
All Implemented Interfaces:
com.opensymphony.xwork.Result, Serializable

public class XSLTResult
extends Object
implements com.opensymphony.xwork.Result

Author:
Philipp Meier
See Also:
Serialized Form

Field Summary
static String DEFAULT_PARAM
           
protected  boolean noCache
           
 
Constructor Summary
XSLTResult()
           
 
Method Summary
 void execute(com.opensymphony.xwork.ActionInvocation invocation)
           
 void setLocation(String location)
           
 void setParse(boolean parse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PARAM

public static final String DEFAULT_PARAM
See Also:
Constant Field Values

noCache

protected boolean noCache
Constructor Detail

XSLTResult

public XSLTResult()
Method Detail

setLocation

public void setLocation(String location)

setParse

public void setParse(boolean parse)

execute

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

WebWork Project Page