rewrite-integration-faces 2.0.0.Alpha3

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

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

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

Classes in org.ocpsoft.rewrite.faces.config with type parameters of type PhaseOperation
 class PhaseOperation<T extends PhaseOperation<T>>
          This class encapsulates another operation that should be performed during the JSF lifecycle
 

Subclasses of PhaseOperation in org.ocpsoft.rewrite.faces.config
 class PhaseAction
          Invoke an action before or after a given JavaServer Faces PhaseId.
 

Methods in org.ocpsoft.rewrite.faces.config that return PhaseOperation
static PhaseOperation<?> PhaseOperation.enqueue(Operation operation)
          Defer the given Operation until the specified phases.
static PhaseOperation<?> PhaseOperation.enqueue(Operation operation, int priority)
          Enqueue an Operation to be performed before or after one or many JavaServer Faces life-cycle phases, specified via invoking before(PhaseId...) or after(PhaseId...).
 

Methods in org.ocpsoft.rewrite.faces.config that return types with arguments of type PhaseOperation
static ArrayList<PhaseOperation<?>> PhaseOperation.getSortedPhaseOperations(javax.servlet.http.HttpServletRequest request)
           
 


rewrite-integration-faces 2.0.0.Alpha3

Copyright © 2013 OCPsoft. All Rights Reserved.