org.apache.struts2.views.tiles
Class PortletTilesResult

java.lang.Object
  extended by org.apache.struts2.dispatcher.StrutsResultSupport
      extended by org.apache.struts2.dispatcher.ServletDispatcherResult
          extended by org.apache.struts2.views.tiles.PortletTilesResult
All Implemented Interfaces:
com.opensymphony.xwork2.Result, Serializable, StrutsStatics

public class PortletTilesResult
extends ServletDispatcherResult

JIRA WW-2749 (STRUTS).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts2.dispatcher.StrutsResultSupport
DEFAULT_PARAM, DEFAULT_URL_ENCODING
 
Fields inherited from interface org.apache.struts2.StrutsStatics
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_ACTION_TAG_INVOCATION, STRUTS_PORTLET_CONTEXT
 
Constructor Summary
PortletTilesResult()
           
PortletTilesResult(String location)
           
 
Method Summary
 void doExecute(String location, com.opensymphony.xwork2.ActionInvocation invocation)
           
protected  void executeActionResult(String location, com.opensymphony.xwork2.ActionInvocation invocation)
           
protected  void executeRenderResult(String location)
           
 
Methods inherited from class org.apache.struts2.dispatcher.ServletDispatcherResult
setUrlHelper
 
Methods inherited from class org.apache.struts2.dispatcher.StrutsResultSupport
conditionalParse, conditionalParseCollection, execute, getLastFinalLocation, getLocation, setEncode, setLocation, setParse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletTilesResult

public PortletTilesResult()

PortletTilesResult

public PortletTilesResult(String location)
Method Detail

doExecute

public void doExecute(String location,
                      com.opensymphony.xwork2.ActionInvocation invocation)
               throws IOException,
                      freemarker.template.TemplateException,
                      javax.portlet.PortletException,
                      org.apache.tiles.TilesException
Overrides:
doExecute in class ServletDispatcherResult
Throws:
IOException
freemarker.template.TemplateException
javax.portlet.PortletException
org.apache.tiles.TilesException

executeRenderResult

protected void executeRenderResult(String location)
                            throws org.apache.tiles.TilesException
Parameters:
location -
Throws:
org.apache.tiles.TilesException

executeActionResult

protected void executeActionResult(String location,
                                   com.opensymphony.xwork2.ActionInvocation invocation)
Parameters:
location -
invocation -


Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.