Class PhaseOperation<T extends PhaseOperation<T>>

java.lang.Object
org.ocpsoft.rewrite.config.DefaultOperationBuilder
org.ocpsoft.rewrite.servlet.config.HttpOperation
org.ocpsoft.rewrite.faces.config.PhaseOperation<T>
All Implemented Interfaces:
org.ocpsoft.common.pattern.Weighted, org.ocpsoft.rewrite.config.Operation, org.ocpsoft.rewrite.config.OperationBuilder
Direct Known Subclasses:
PhaseAction

public abstract class PhaseOperation<T extends PhaseOperation<T>> extends HttpOperation implements org.ocpsoft.common.pattern.Weighted
An Operation that wraps another operation to be performed during the JavaServer Faces lifecycle.
Author:
Fabien Marsaud, Lincoln Baxter, III