| 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
An
Operation that invokes an action before or after a given JavaServer Faces PhaseId. |
| Modifier and Type | Method and Description |
|---|---|
static PhaseOperation<?> |
PhaseOperation.enqueue(org.ocpsoft.rewrite.config.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(org.ocpsoft.rewrite.config.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 |
|---|
DeferredOperation(HttpServletRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
PhaseOperation<?> operation) |
Copyright © 2019 OCPsoft. All rights reserved.