Uses of Class
org.ocpsoft.rewrite.faces.config.PhaseBinding
Packages that use PhaseBinding
-
Uses of PhaseBinding in org.ocpsoft.rewrite.faces.config
Methods in org.ocpsoft.rewrite.faces.config that return PhaseBindingModifier and TypeMethodDescriptionPhaseBinding.after(jakarta.faces.event.PhaseId... phases) Perform thisPhaseBindingafter the given phases (ExceptPhaseId.RENDER_RESPONSE).PhaseBinding.before(jakarta.faces.event.PhaseId... phases) Perform thisPhaseBindingbefore the given phases (ExceptPhaseId.RESTORE_VIEW).PhaseBinding.convertedBy(org.ocpsoft.rewrite.param.Converter<?> converter) Convert theBindingvalue using the givenConverter.PhaseBinding.onValidationFailure(org.ocpsoft.rewrite.config.Operation operation) On validation failure, perform the givenOperation; defaults toSendStatus.code(int)error code 404 unless otherwise specified.static PhaseBindingPhaseBinding.to(org.ocpsoft.rewrite.bind.Submission submission) Create aBindingto process the givenSubmissionduring the Faces life-cycle.PhaseBinding.validatedBy(org.ocpsoft.rewrite.param.Validator<?> validator) Validate theBindingvalue using the givenValidator.