org.apache.struts2
Class EmbeddedJSPResult
java.lang.Object
org.apache.struts2.dispatcher.StrutsResultSupport
org.apache.struts2.EmbeddedJSPResult
- All Implemented Interfaces:
- com.opensymphony.xwork2.Result, Serializable, StrutsStatics
public class EmbeddedJSPResult
- extends StrutsResultSupport
Can render jsps from the classpath. "includes" in the jsps must not use relative paths
- See Also:
- Serialized Form
Method Summary |
protected void |
doExecute(String finalLocation,
com.opensymphony.xwork2.ActionInvocation invocation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddedJSPResult
public EmbeddedJSPResult()
doExecute
protected void doExecute(String finalLocation,
com.opensymphony.xwork2.ActionInvocation invocation)
throws Exception
- Specified by:
doExecute
in class StrutsResultSupport
- Throws:
Exception
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.