public class TemplateDispatcherResult
extends org.apache.struts2.dispatcher.ServletDispatcherResult
<result name="success" type="dispatcher"> <param name="location">foo.jsp</param> </result>
Modifier and Type | Class and Description |
---|---|
static class |
TemplateDispatcherResult.TemplatePropertyAccessor
This is the class used to avoid ognl.NoSuchPropertyException when
the framework tries to set parameters by ognl.
|
Modifier and Type | Field and Description |
---|---|
protected List<String> |
predefinedResultParam
These parameter names are pre-defined, they are not defined by user.
|
Constructor and Description |
---|
TemplateDispatcherResult() |
TemplateDispatcherResult(String location) |
Modifier and Type | Method and Description |
---|---|
void |
doExecute(String finalLocation,
com.opensymphony.xwork2.ActionInvocation invocation) |
public TemplateDispatcherResult()
public TemplateDispatcherResult(String location)
Copyright © 2014. All Rights Reserved.