public interface Plugin extends Comparable<Plugin>
| Modifier and Type | Method and Description |
|---|---|
PluginInvoke |
invoke(Expression expression,
PluginCallInfo callInfo,
CompilerContext compilerContext)
Given the plugin invocation provide an invoke object which will influence the rendering command
stream
|
String |
name()
The name of the plugin
|
int |
priority()
The priority of the plugin
|
compareToPluginInvoke invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)
expression - the expression used at plugin invocationcallInfo - the parameters given to the plugincompilerContext - a compiler context providing utility methods to pluginsPluginInvokeint priority()
String name()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.