Class PostReportRenderingPhase

  • 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 PostReportRenderingPhase
    extends RulePhase
    Previous: ReportRenderingPhase
    Next: FinalizePhase

    This occurs immediately after reports have been rendered. It can be used to render any reports that need to execute last. One possible use is to render all of the contents of the graph itself.

    Author:
    Jesse Sightler