|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.mindmatters.faces.lifecycle.AbstractPhase de.mindmatters.faces.lifecycle.RestoreViewPhase
public class RestoreViewPhase
Implements the default Restore View phase of the faces lifecycle.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface de.mindmatters.faces.lifecycle.Phase |
---|
Phase.PhaseIdName |
Constructor Summary | |
---|---|
RestoreViewPhase()
|
Method Summary | |
---|---|
protected UIViewRoot |
buildView(FacesContext context,
ViewBuilder viewBuilder,
java.lang.String viewId)
Perform whatever actions are required to build the view associated with the specified FacesContext and viewId . |
protected UIViewRoot |
createView(FacesContext context,
ViewHandler viewHandler,
java.lang.String viewId)
Perform whatever actions are required to create the view associated with the specified FacesContext and viewId . |
protected void |
doPerComponentActions(FacesContext context,
UIComponent component)
Do any per-component actions necessary during reconstitute. |
protected void |
executePhase(FacesContext context)
Perform all state transitions required by the current phase of the request processing Lifecycle for a
particular request. |
PhaseId |
getId()
Returns the current Lifecycle Phase
identifier. |
protected UIViewRoot |
restoreView(FacesContext context,
ViewHandler viewHandler,
java.lang.String viewId)
Perform whatever actions are required to restore the view associated with the specified FacesContext and viewId . |
Methods inherited from class de.mindmatters.faces.lifecycle.AbstractPhase |
---|
afterPhase, beforePhase, execute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestoreViewPhase()
Method Detail |
---|
public final PhaseId getId()
Lifecycle
Phase
identifier.
protected final void executePhase(FacesContext context)
Lifecycle
for a
particular request.
executePhase
in class AbstractPhase
context
- FacesContext for the current request being processedPhase.execute(FacesContext)
protected UIViewRoot restoreView(FacesContext context, ViewHandler viewHandler, java.lang.String viewId)
FacesContext
and viewId
. Default
implementation delegates to
ViewHandler.restoreView(FacesContext, String)
.
context
- FacesContext
for the current requestviewHandler
- ViewHandler
for the current requestviewId
- the view identifier for the current request
FacesException
- in case of errorsprotected UIViewRoot buildView(FacesContext context, ViewBuilder viewBuilder, java.lang.String viewId)
FacesContext
and viewId
. Default
implementation delegates to
ViewBuilder.buildView(FacesContext, String)
.
context
- FacesContext
for the current requestviewBuilder
- ViewBuilder
for the current requestviewId
- the view identifier for the current request
FacesException
- in case of errorsprotected UIViewRoot createView(FacesContext context, ViewHandler viewHandler, java.lang.String viewId)
FacesContext
and viewId
. Default
implementation delegates to
ViewHandler.createView(FacesContext, String)
.
context
- FacesContext
for the current requestviewHandler
- ViewHandler
for the current requestviewId
- the view identifier for the current request
FacesException
- in case of errorsprotected void doPerComponentActions(FacesContext context, UIComponent component)
context
- FacesContext
for the current requestcomponent
- the component the actions will be applied to
FacesException
- in case of errors
|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |