Save This Page
Home » struts-2.1.8.1-src » org.apache » struts2 » jsf » [javadoc | source]
org.apache.struts2.jsf
public class: FacesResult [javadoc | source]
java.lang.Object
   org.apache.struts2.dispatcher.StrutsResultSupport
      org.apache.struts2.jsf.FacesResult

All Implemented Interfaces:
    com.opensymphony.xwork2.Result, StrutsStatics

Executes the JSF render phase
Fields inherited from org.apache.struts2.dispatcher.StrutsResultSupport:
DEFAULT_PARAM
Constructor:
 public FacesResult() 
 public FacesResult(String location) 
Method from org.apache.struts2.jsf.FacesResult Summary:
doExecute
Methods from org.apache.struts2.dispatcher.StrutsResultSupport:
conditionalParse,   doExecute,   execute,   getLastFinalLocation,   getLocation,   setEncode,   setLocation,   setParse
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts2.jsf.FacesResult Detail:
 protected  void doExecute(String finalLocation,
    ActionInvocation invocation) throws Exception 
    Checks to see if we need to build a new JSF ViewId from the Struts Result config and then renders the result by delegating to the FacesRender.render().