com.opensymphony.webwork.views.xslt
Class XSLTResult
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PARAM
public static final String DEFAULT_PARAM
- See Also:
- Constant Field Values
noCache
protected boolean noCache
XSLTResult
public XSLTResult()
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