public class ActionPhase extends Phase
| Constructor and Description |
|---|
ActionPhase() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(javax.faces.context.FacesContext context)
Perform all state transitions required by the current phase of the
request processing
Lifecycle for a
particular request. |
javax.enterprise.inject.spi.BeanManager |
getBeanManager(javax.faces.context.FacesContext facesContext) |
javax.faces.event.PhaseId |
getId() |
doPhase, handleAfterPhase, handleBeforePhase, queueException, queueExceptionpublic javax.enterprise.inject.spi.BeanManager getBeanManager(javax.faces.context.FacesContext facesContext)
public void execute(javax.faces.context.FacesContext context)
throws javax.faces.FacesException
PhasePerform all state transitions required by the current phase of the
request processing Lifecycle for a
particular request.
Copyright © 2010–2018 JBoss by Red Hat. All rights reserved.