org.apache.struts2.jsf
Class FacesResult
java.lang.Object
org.apache.struts2.dispatcher.StrutsResultSupport
org.apache.struts2.jsf.FacesResult
- All Implemented Interfaces:
- com.opensymphony.xwork2.Result, Serializable, StrutsStatics
public class FacesResult
- extends StrutsResultSupport
- implements com.opensymphony.xwork2.Result
Executes the JSF render phase
- See Also:
- Serialized Form
Method Summary |
protected void |
doExecute(String finalLocation,
com.opensymphony.xwork2.ActionInvocation invocation)
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(). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.opensymphony.xwork2.Result |
execute |
FacesResult
public FacesResult()
FacesResult
public FacesResult(String location)
doExecute
protected void doExecute(String finalLocation,
com.opensymphony.xwork2.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().
- Specified by:
doExecute
in class StrutsResultSupport
- Throws:
Exception
- See Also:
StrutsResultSupport.doExecute(String, ActionInvocation)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.