org.apache.empire.struts2.web
Class EmpirePortletResult

java.lang.Object
  extended by org.apache.struts2.dispatcher.StrutsResultSupport
      extended by org.apache.struts2.portlet.result.PortletResult
          extended by org.apache.empire.struts2.web.EmpirePortletResult
All Implemented Interfaces:
com.opensymphony.xwork2.Result, Serializable, org.apache.struts2.portlet.PortletActionConstants, org.apache.struts2.StrutsStatics

public class EmpirePortletResult
extends org.apache.struts2.portlet.result.PortletResult

See Also:
Serialized Form

Field Summary
protected static org.slf4j.Logger log
           
 
Fields inherited from class org.apache.struts2.portlet.result.PortletResult
portletMode
 
Fields inherited from class org.apache.struts2.dispatcher.StrutsResultSupport
DEFAULT_PARAM
 
Fields inherited from interface org.apache.struts2.portlet.PortletActionConstants
ACTION_MAPPING, ACTION_PARAM, ACTION_RESET, DEFAULT_ACTION_FOR_MODE, DEFAULT_ACTION_NAME, DEFAULT_DISPATCHER_SERVLET_NAME, DISPATCH_TO, 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_ACTION_TAG_INVOCATION, STRUTS_PORTLET_CONTEXT
 
Constructor Summary
EmpirePortletResult()
           
EmpirePortletResult(String location)
           
 
Method Summary
protected  void executeActionResult(String finalLocation, com.opensymphony.xwork2.ActionInvocation invocation)
           
protected  void executeRenderResult(String finalLocation)
           
 String getRenderMethod()
           
 void setRenderMethod(String renderMethod)
           
 
Methods inherited from class org.apache.struts2.portlet.result.PortletResult
convertQueryParamsToRenderParams, doExecute, setContentType, setDispatcherServletName, setPortletMode, setTitle, setUseDispatcherServlet
 
Methods inherited from class org.apache.struts2.dispatcher.StrutsResultSupport
conditionalParse, execute, getLastFinalLocation, getLocation, setEncode, setLocation, setParse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.slf4j.Logger log
Constructor Detail

EmpirePortletResult

public EmpirePortletResult()

EmpirePortletResult

public EmpirePortletResult(String location)
Method Detail

getRenderMethod

public String getRenderMethod()

setRenderMethod

public void setRenderMethod(String renderMethod)

executeRenderResult

protected void executeRenderResult(String finalLocation)
                            throws javax.portlet.PortletException,
                                   IOException
Overrides:
executeRenderResult in class org.apache.struts2.portlet.result.PortletResult
Throws:
javax.portlet.PortletException
IOException

executeActionResult

protected void executeActionResult(String finalLocation,
                                   com.opensymphony.xwork2.ActionInvocation invocation)
                            throws Exception
Overrides:
executeActionResult in class org.apache.struts2.portlet.result.PortletResult
Throws:
Exception


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.