| 
 | JSF-Spring | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Phase
A Phase is a single step in the processing of a JavaServer
 Faces request throughout its entire Lifecycle.
 Each Phase performs the required transitions on the state
 information in the FacesContext associated with this request.
LifecycleImpl.execute(FacesContext), 
LifecycleImpl.render(FacesContext)| Nested Class Summary | |
|---|---|
| static class | Phase.PhaseIdNameStatic class that converts a PhaseIdinto a readable form. | 
| Method Summary | |
|---|---|
|  void | execute(FacesContext context)Perform all state transitions required by the current phase of the request processing Lifecyclefor a
 particular request. | 
|  PhaseId | getId()Returns the current LifecyclePhase
 identifier. | 
| Method Detail | 
|---|
void execute(FacesContext context)
Lifecycle for a
 particular request.
context - FacesContext for the current request being processed
FacesException - if a processing error occurred while executing this phasePhaseId getId()
Lifecycle Phase
 identifier.
| 
 | JSF-Spring | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||