public class PortletTilesResult extends ServletDispatcherResult
Result.LegacyAdapter
Modifier and Type | Field and Description |
---|---|
static String |
TILES_ACTION_NAME |
DEFAULT_PARAM, DEFAULT_URL_ENCODING, parseLocation
ACTION_MAPPING, HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_ACTION_TAG_INVOCATION, STRUTS_PORTLET_CONTEXT
Constructor and Description |
---|
PortletTilesResult() |
PortletTilesResult(String location) |
Modifier and Type | Method and Description |
---|---|
void |
doExecute(String location,
ActionInvocation invocation) |
protected void |
executeActionResult(String location,
ActionInvocation invocation) |
protected void |
executeRenderResult(String location) |
protected TilesContainer |
getContainer(javax.portlet.PortletContext context) |
protected TilesContainer |
getContainer(javax.portlet.PortletContext context,
String key) |
protected TilesContainer |
getCurrentContainer(javax.portlet.PortletRequest request,
javax.portlet.PortletContext context) |
getParameters, setQueryStringParser
conditionalParse, conditionalParseCollection, doExecute, execute, getLastFinalLocation, getLocation, setEncode, setLocation, setParse
public static final String TILES_ACTION_NAME
public PortletTilesResult()
public PortletTilesResult(String location)
public void doExecute(String location, ActionInvocation invocation) throws Exception
doExecute
in class ServletDispatcherResult
Exception
protected void executeRenderResult(String location) throws TilesException
TilesException
protected void executeActionResult(String location, ActionInvocation invocation)
protected TilesContainer getCurrentContainer(javax.portlet.PortletRequest request, javax.portlet.PortletContext context)
protected TilesContainer getContainer(javax.portlet.PortletContext context)
protected TilesContainer getContainer(javax.portlet.PortletContext context, String key)
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.