|
spring-faces | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.faces.webflow.JsfView
public class JsfView
JSF-specific View implementation.
| Field Summary | |
|---|---|
static java.lang.String |
EVENT_KEY
|
| Fields inherited from interface org.springframework.webflow.execution.View |
|---|
RENDER_FRAGMENTS_ATTRIBUTE, USER_EVENT_STATE_ATTRIBUTE |
| Constructor Summary | |
|---|---|
JsfView(javax.faces.component.UIViewRoot viewRoot,
javax.faces.lifecycle.Lifecycle facesLifecycle,
org.springframework.webflow.execution.RequestContext context)
Creates a new JSF view. |
|
| Method Summary | |
|---|---|
org.springframework.webflow.execution.Event |
getFlowEvent()
|
java.io.Serializable |
getUserEventState()
|
javax.faces.component.UIViewRoot |
getViewRoot()
Returns the underlying view root. |
boolean |
hasFlowEvent()
|
void |
processUserEvent()
Executes postback-processing portions of the standard JSF lifecycle including APPLY_REQUEST_VALUES through INVOKE_APPLICATION. |
void |
render()
Performs the standard duties of the JSF RENDER_RESPONSE phase. |
void |
saveState()
Updates the component state stored in View scope so that it remains in sync with the updated flow execution snapshot |
void |
setViewRoot(javax.faces.component.UIViewRoot viewRoot)
|
java.lang.String |
toString()
|
boolean |
userEventQueued()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String EVENT_KEY
| Constructor Detail |
|---|
public JsfView(javax.faces.component.UIViewRoot viewRoot,
javax.faces.lifecycle.Lifecycle facesLifecycle,
org.springframework.webflow.execution.RequestContext context)
viewRoot - the view rootfacesLifecycle - the flow faces lifecyclecontext - the current flow request| Method Detail |
|---|
public javax.faces.component.UIViewRoot getViewRoot()
public void setViewRoot(javax.faces.component.UIViewRoot viewRoot)
public void render()
throws java.io.IOException
render in interface org.springframework.webflow.execution.Viewjava.io.IOExceptionpublic boolean userEventQueued()
userEventQueued in interface org.springframework.webflow.execution.Viewpublic void processUserEvent()
processUserEvent in interface org.springframework.webflow.execution.Viewpublic void saveState()
saveState in interface org.springframework.webflow.execution.Viewpublic java.io.Serializable getUserEventState()
getUserEventState in interface org.springframework.webflow.execution.Viewpublic boolean hasFlowEvent()
hasFlowEvent in interface org.springframework.webflow.execution.Viewpublic org.springframework.webflow.execution.Event getFlowEvent()
getFlowEvent in interface org.springframework.webflow.execution.Viewpublic java.lang.String toString()
toString in class java.lang.Object
|
spring-faces | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||