| Package | Description |
|---|---|
| org.ocpsoft.rewrite.faces.config |
| Modifier and Type | Method and Description |
|---|---|
PhaseBinding |
PhaseBinding.after(javax.faces.event.PhaseId... phases)
Perform this
PhaseBinding after the given phases (Except PhaseId.RENDER_RESPONSE). |
PhaseBinding |
PhaseBinding.before(javax.faces.event.PhaseId... phases)
Perform this
PhaseBinding before the given phases (Except PhaseId.RESTORE_VIEW). |
<X extends Converter<?>> |
PhaseBinding.convertedBy(Class<X> type) |
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)
Process the given
Submission during the Faces life-cycle. |
<X extends Validator<?>> |
PhaseBinding.validatedBy(Class<X> type) |
PhaseBinding |
PhaseBinding.validatedBy(Validator<?> validator) |
Copyright © 2013 OCPsoft. All Rights Reserved.