|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts2.dispatcher.StrutsResultSupport
org.apache.struts2.portlet.result.PortletResult
public class PortletResult
Result type that includes a JSP to render.
Nested Class Summary | |
---|---|
(package private) static class |
PortletResult.IncludeTemplate
|
Field Summary | |
---|---|
private String |
contentType
|
private static Log |
LOG
Logger instance. |
private static long |
serialVersionUID
|
private String |
title
|
Fields inherited from class org.apache.struts2.dispatcher.StrutsResultSupport |
---|
DEFAULT_PARAM |
Fields inherited from interface org.apache.struts2.portlet.PortletActionConstants |
---|
ACTION_PARAM, ACTION_RESET, DEFAULT_ACTION_FOR_MODE, DEFAULT_ACTION_NAME, DEFAULT_DISPATCHER_SERVLET_NAME, ERROR_ACTION, EVENT_ACTION, EVENT_PHASE, MODE_NAMESPACE_MAP, MODE_PARAM, PHASE, PORTLET_CONFIG, PORTLET_NAMESPACE, RENDER_DIRECT_LOCATION, RENDER_PHASE, REQUEST, RESPONSE, STACK_FROM_EVENT_PHASE |
Fields inherited from interface org.apache.struts2.StrutsStatics |
---|
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_PORTLET_CONTEXT |
Constructor Summary | |
---|---|
PortletResult()
|
|
PortletResult(String location)
|
Method Summary | |
---|---|
protected static void |
convertQueryParamsToRenderParams(javax.portlet.ActionResponse response,
String queryParams)
Converts the query params to render params. |
void |
doExecute(String finalLocation,
ActionInvocation actionInvocation)
Execute the result. |
protected void |
executeActionResult(String finalLocation,
ActionInvocation invocation)
Executes the action result. |
private void |
executeRegularServletResult(String finalLocation,
ActionInvocation actionInvocation)
Executes the regular servlet result. |
protected void |
executeRenderResult(String finalLocation)
Executes the render result. |
void |
setContentType(String contentType)
Sets the content type. |
void |
setTitle(String title)
Sets the title. |
Methods inherited from class org.apache.struts2.dispatcher.StrutsResultSupport |
---|
conditionalParse, execute, getLastFinalLocation, setEncode, setLocation, setParse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private static final Log LOG
private String contentType
private String title
Constructor Detail |
---|
public PortletResult()
public PortletResult(String location)
Method Detail |
---|
public void doExecute(String finalLocation, ActionInvocation actionInvocation) throws Exception
PortletRequestDispatcher
from the
PortletActionContext
and includes the JSP.
doExecute
in class StrutsResultSupport
finalLocation
- the location (jsp page, action, etc) to go to.actionInvocation
- the execution state of the action.
Exception
- if an error occurs while executing the result.Result.execute(com.opensymphony.xwork2.ActionInvocation)
private void executeRegularServletResult(String finalLocation, ActionInvocation actionInvocation) throws ServletException, IOException
finalLocation
- actionInvocation
-
ServletException
IOException
protected void executeActionResult(String finalLocation, ActionInvocation invocation)
finalLocation
- invocation
- protected static void convertQueryParamsToRenderParams(javax.portlet.ActionResponse response, String queryParams)
response
- queryParams
- protected void executeRenderResult(String finalLocation) throws javax.portlet.PortletException, IOException
finalLocation
-
javax.portlet.PortletException
IOException
public void setContentType(String contentType)
contentType
- The content type to set.public void setTitle(String title)
title
- The title to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |