| Package | Description |
|---|---|
| org.ocpsoft.rewrite.faces.config |
| Modifier and Type | Class and Description |
|---|---|
class |
PhaseOperation<T extends PhaseOperation<T>>
This class encapsulates another operation that should be performed during the JSF lifecycle
|
| Modifier and Type | Class and Description |
|---|---|
class |
PhaseAction
Invoke an action before or after a given JavaServer Faces
PhaseId. |
| Modifier and Type | Method and Description |
|---|---|
static PhaseOperation<?> |
PhaseOperation.enqueue(Operation operation)
Defer the given
Operation until the specified phases. |
static PhaseOperation<?> |
PhaseOperation.enqueue(Operation operation,
int priority)
Enqueue an
Operation to be performed before or after one or many JavaServer
Faces life-cycle phases, specified via invoking before(PhaseId...) or after(PhaseId...). |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<PhaseOperation<?>> |
PhaseOperation.getSortedPhaseOperations(javax.servlet.http.HttpServletRequest request) |
Copyright © 2013 OCPsoft. All Rights Reserved.