|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts2.dispatcher.StrutsResultSupport
org.apache.struts2.jsf.FacesResult
public class FacesResult
Executes the JSF render phase
Field Summary |
---|
Fields inherited from class org.apache.struts2.dispatcher.StrutsResultSupport |
---|
DEFAULT_PARAM, encode, location, parse |
Fields inherited from interface org.apache.struts2.StrutsStatics |
---|
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_PORTLET_CONTEXT |
Constructor Summary | |
---|---|
FacesResult()
|
Method Summary | |
---|---|
protected void |
doExecute(java.lang.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 org.apache.struts2.dispatcher.StrutsResultSupport |
---|
conditionalParse, execute, setEncode, setLocation, setParse |
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 |
Constructor Detail |
---|
public FacesResult()
Method Detail |
---|
protected void doExecute(java.lang.String finalLocation, com.opensymphony.xwork2.ActionInvocation invocation) throws java.lang.Exception
doExecute
in class StrutsResultSupport
finalLocation
- the location (jsp page, action, etc) to go to.invocation
- the execution state of the action.
java.lang.Exception
- if an error occurs while executing the result.org.apache.struts2.dispatcher.StrutsResultSupport#doExecute(java.lang.String,
com.opensymphony.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |