Class DependentPhase

  • 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 DependentPhase
    extends RulePhase
    This phase can occur during any phase of the execution lifecycle. It's exact placement will be defined by the AbstractRuleProvider itself and the values that it returns from AbstractRuleProvider#getExecuteAfter() and AbstractRuleProvider#getExecuteBefore().
    Author:
    Jesse Sightler