| Package | Description |
|---|---|
| org.ocpsoft.rewrite.faces.config |
| Modifier and Type | Method and Description |
|---|---|
PhaseBinding |
PhaseBinding.after(PhaseId... phases)
Perform this
PhaseBinding after the given phases (Except PhaseId.RENDER_RESPONSE). |
PhaseBinding |
PhaseBinding.before(PhaseId... phases)
Perform this
PhaseBinding before the given phases (Except PhaseId.RESTORE_VIEW). |
PhaseBinding |
PhaseBinding.convertedBy(Converter<?> converter)
|
PhaseBinding |
PhaseBinding.onValidationFailure(Operation operation)
On validation failure, perform the given
Operation; defaults to SendStatus.code(int) error code
404 unless otherwise specified. |
static PhaseBinding |
PhaseBinding.to(Submission submission)
Create a
Binding to process the given Submission during the Faces life-cycle. |
PhaseBinding |
PhaseBinding.validatedBy(Validator<?> validator)
|
Copyright © 2015 OCPsoft. All Rights Reserved.