rewrite-integration-faces 2.0.0.Alpha3

Uses of Class
org.ocpsoft.rewrite.faces.config.PhaseBinding

Packages that use PhaseBinding
org.ocpsoft.rewrite.faces.config   
 

Uses of PhaseBinding in org.ocpsoft.rewrite.faces.config
 

Methods in org.ocpsoft.rewrite.faces.config that return PhaseBinding
 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.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.
 


rewrite-integration-faces 2.0.0.Alpha3

Copyright © 2013 OCPsoft. All Rights Reserved.