| java.lang.Object com.opensymphony.webwork.dispatcher.WebWorkResultSupport com.opensymphony.webwork.portlet.result.PortletResult
PortletResult | public class PortletResult extends WebWorkResultSupport (Code) | | Result type that includes a JSP to render.
author: Nils-Helge Garli author: Rainer Hermanns version: $Revision: 2338 $ |
Inner Class :static class IncludeTemplate | |
convertQueryParamsToRenderParams | protected static void convertQueryParamsToRenderParams(ActionResponse response, String queryParams)(Code) | | Converts the query params to render params.
Parameters: response - Parameters: queryParams - |
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. |
|
|