Uses of Class
org.ocpsoft.rewrite.faces.config.PhaseOperation
Packages that use PhaseOperation
-
Uses of PhaseOperation in org.ocpsoft.rewrite.faces.config
Classes in org.ocpsoft.rewrite.faces.config with type parameters of type PhaseOperationModifier and TypeClassDescriptionclassPhaseOperation<T extends PhaseOperation<T>>AnOperationthat wraps another operation to be performed during the JavaServer Faces lifecycle.Subclasses of PhaseOperation in org.ocpsoft.rewrite.faces.configModifier and TypeClassDescriptionclassAnOperationthat invokes an action before or after a given JavaServer FacesPhaseId.Methods in org.ocpsoft.rewrite.faces.config that return PhaseOperationModifier and TypeMethodDescriptionstatic PhaseOperation<?>PhaseOperation.enqueue(org.ocpsoft.rewrite.config.Operation operation) Create anOperationthat will defer a givenOperationuntil one or more specified JavaServer FacesPhaseIdinstances specified viabefore(PhaseId...)orafter(PhaseId...).static PhaseOperation<?>PhaseOperation.enqueue(org.ocpsoft.rewrite.config.Operation operation, int priority) Create anOperationthat will enqueue a givenOperationto be performed before or after one or more JavaServer FacesPhaseIdinstances specified viabefore(PhaseId...)orafter(PhaseId...).PhaseOperation.DeferredOperation.getOperation()Constructors in org.ocpsoft.rewrite.faces.config with parameters of type PhaseOperationModifierConstructorDescriptionDeferredOperation(HttpServletRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, PhaseOperation<?> operation)