Interface Rewrite

All Known Subinterfaces:
InboundRewrite, OutboundRewrite
All Known Implementing Classes:
AbstractRewrite

public interface Rewrite
Event propagated to registered RewriteLifecycleListener and RewriteProvider instances when the rewrite lifecycle is executed.
Author:
Lincoln Baxter, III
  • Method Details

    • getRewriteContext

      Context getRewriteContext()
      Get the Context object associated with this Rewrite event. The Context is created at the start of a Rewrite event, and is destroyed once the Rewrite event is complete.
    • getFlow

      Flow getFlow()
      Get the current lifecycle Flow.
    • getEvaluatedRules

      List<Rule> getEvaluatedRules()
      Returns the list of Rule instances that have been evaluated during this Rewrite event.