Class PostFinalizePhase

  • All Implemented Interfaces:
    RuleProvider, org.ocpsoft.common.pattern.Specialized<Object>, org.ocpsoft.common.pattern.Weighted, org.ocpsoft.rewrite.config.ConfigurationProvider<RuleLoaderContext>, org.ocpsoft.rewrite.context.Context

    public class PostFinalizePhase
    extends RulePhase
    Previous: FinalizePhase

    This occurs immediately after finalize. This is an ideal place to put Rules that would like to be the absolute last things to fire. Examples:

    • Reporting on the execution time of previous rules
    • Reporting on all of the rules that have executed and which AbstractRuleProviders executed them

    Author:
    Jesse Sightler