| 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). |
PhaseBinding |
PhaseBinding.convertedBy(org.ocpsoft.rewrite.param.Converter<?> converter)
Convert the
Binding value using the given Converter. |
PhaseBinding |
PhaseBinding.onValidationFailure(org.ocpsoft.rewrite.config.Operation operation)
On validation failure, perform the given
Operation; defaults to SendStatus.code(int) error code
404 unless otherwise specified. |
static PhaseBinding |
PhaseBinding.to(org.ocpsoft.rewrite.bind.Submission submission)
Create a
Binding to process the given Submission during the Faces life-cycle. |
PhaseBinding |
PhaseBinding.validatedBy(org.ocpsoft.rewrite.param.Validator<?> validator)
Validate the
Binding value using the given Validator. |
Copyright © 2019 OCPsoft. All rights reserved.