| java.lang.Object org.apache.struts2.dispatcher.StrutsResultSupport org.apache.struts2.portlet.result.PortletResult
All known Subclasses: org.apache.struts2.portlet.result.PortletActionRedirectResult,
Inner Class :static class IncludeTemplate | |
PortletResult | public PortletResult()(Code) | | |
convertQueryParamsToRenderParams | protected static void convertQueryParamsToRenderParams(ActionResponse response, String queryParams)(Code) | | Converts the query params to render params.
Parameters: response - Parameters: queryParams - |
doExecute | public void doExecute(String finalLocation, ActionInvocation actionInvocation) throws Exception(Code) | | Execute the result. Obtains the
javax.portlet.PortletRequestDispatcher from the
PortletActionContext and includes the JSP.
See Also: com.opensymphony.xwork2.Result.execute(com.opensymphony.xwork2.ActionInvocation) |
executeActionResult | protected void executeActionResult(String finalLocation, ActionInvocation invocation)(Code) | | Executes the action result.
Parameters: finalLocation - Parameters: invocation - |
executeRenderResult | protected void executeRenderResult(String finalLocation) throws PortletException, IOException(Code) | | Executes the render result.
Parameters: finalLocation - throws: PortletException - throws: IOException - |
setContentType | public void setContentType(String contentType)(Code) | | Sets the content type.
Parameters: contentType - The content type to set. |
setTitle | public void setTitle(String title)(Code) | | Sets the title.
Parameters: title - The title to set. |
Fields inherited from org.apache.struts2.dispatcher.StrutsResultSupport | final public static String DEFAULT_PARAM(Code)(Java Doc)
|
|
|