public abstract class AbstractRewrite extends Object implements Rewrite
| Constructor and Description |
|---|
AbstractRewrite() |
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
getEvaluatedRules()
|
Context |
getRewriteContext()
|
static void |
logEvaluatedRules(Rewrite event,
org.ocpsoft.logging.Logger.Level level)
|
public Context getRewriteContext()
RewriteContext 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.getRewriteContext in interface Rewritepublic List<Rule> getEvaluatedRules()
RewritegetEvaluatedRules in interface Rewritepublic static void logEvaluatedRules(Rewrite event, org.ocpsoft.logging.Logger.Level level)
Copyright © 2019 OCPsoft. All rights reserved.