Perform all state transitions required by the current phase of the request processing {@link Lifecycle} for a particular request.Return one of the standard state change values (GOTO_EXIT
, GOTO_NEXT
, or GOTO_RENDER
) to indicate what the request processing lifecycle should do next.
@param context FacesContext for the current request being processed
@throws FacesException if a processing error occurred whileexecuting this phase
|
|
|
|
|
|
|
|