| Package | Description |
|---|---|
| org.ocpsoft.rewrite.faces.config |
| Modifier and Type | Class and Description |
|---|---|
class |
PhaseOperation<T extends PhaseOperation<T>>
An
Operation that wraps another operation to be performed during the JavaServer Faces lifecycle. |
| Modifier and Type | Class and Description |
|---|---|
class |
PhaseAction
|
| Modifier and Type | Method and Description |
|---|---|
static PhaseOperation<?> |
PhaseOperation.enqueue(Operation operation)
Create an
Operation that will defer a given Operation until one or more specified JavaServer Faces
PhaseId instances specified via before(PhaseId...) or after(PhaseId...). |
static PhaseOperation<?> |
PhaseOperation.enqueue(Operation operation,
int priority)
Create an
Operation that will enqueue a given Operation to be performed before or after one or
more JavaServer Faces PhaseId instances specified via before(PhaseId...) or
after(PhaseId...). |
PhaseOperation<?> |
PhaseOperation.DeferredOperation.getOperation() |
| Constructor and Description |
|---|
PhaseOperation.DeferredOperation(HttpServletRewrite event,
EvaluationContext context,
PhaseOperation<?> operation) |
Copyright © 2015 OCPsoft. All Rights Reserved.