Uses of Interface
org.apache.sling.scripting.sightly.impl.plugin.Plugin
-
Packages that use Plugin Package Description org.apache.sling.scripting.sightly.impl.compiler.frontend org.apache.sling.scripting.sightly.impl.html.dom org.apache.sling.scripting.sightly.impl.plugin -
-
Uses of Plugin in org.apache.sling.scripting.sightly.impl.compiler.frontend
Constructor parameters in org.apache.sling.scripting.sightly.impl.compiler.frontend with type arguments of type Plugin Constructor Description SimpleFrontend(List<Plugin> plugins, List<Filter> filters, Set<String> knownExpressionOptions)
-
Uses of Plugin in org.apache.sling.scripting.sightly.impl.html.dom
Constructor parameters in org.apache.sling.scripting.sightly.impl.html.dom with type arguments of type Plugin Constructor Description MarkupHandler(PushStream stream, Map<String,Plugin> pluginRegistry, List<Filter> filters, Set<String> knownExpressionOptions)
-
Uses of Plugin in org.apache.sling.scripting.sightly.impl.plugin
Classes in org.apache.sling.scripting.sightly.impl.plugin that implement Plugin Modifier and Type Class Description class
AbstractPlugin
class
AbstractRepeatPlugin
class
AttributePlugin
Implementation for the attribute plugin.class
CallPlugin
class
ElementPlugin
class
IncludePlugin
Implementation for the include pluginclass
ListPlugin
class
RepeatPlugin
class
ResourcePlugin
The resource plugin.class
SetPlugin
Implementation for thedata-sly-set
pluginclass
TemplatePlugin
The template pluginclass
TestPlugin
Implementation for the test pluginclass
TextPlugin
Thedata-sly-text
plugin.class
UnwrapPlugin
The unwrapped pluginclass
UsePlugin
Methods in org.apache.sling.scripting.sightly.impl.plugin with parameters of type Plugin Modifier and Type Method Description int
AbstractPlugin. compareTo(Plugin o)
-