public class RenderResponsePhase extends Phase
Same lifetime and scope as DefaultLifecycleImpl.
Constructor and Description |
---|
RenderResponsePhase() |
Modifier and Type | Method and Description |
---|---|
void |
execute(FacesContext facesContext)
Perform all state transitions required by the current phase of the
request processing
Lifecycle for a
particular request. |
PhaseId |
getId() |
doPhase, handleAfterPhase, handleBeforePhase, queueException, queueException
public void execute(FacesContext facesContext) throws FacesException
Phase
Perform all state transitions required by the current phase of the
request processing Lifecycle
for a
particular request.
execute
in class Phase
facesContext
- FacesContext for the current request being processedFacesException
- if a processing error occurred while
executing this phaseComments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.