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 classAbstractPluginclassAbstractRepeatPluginclassAttributePluginImplementation for the attribute plugin.classCallPluginclassElementPluginclassIncludePluginImplementation for the include pluginclassListPluginclassRepeatPluginclassResourcePluginThe resource plugin.classSetPluginImplementation for thedata-sly-setpluginclassTemplatePluginThe template pluginclassTestPluginImplementation for the test pluginclassTextPluginThedata-sly-textplugin.classUnwrapPluginThe unwrapped pluginclassUsePluginMethods in org.apache.sling.scripting.sightly.impl.plugin with parameters of type Plugin Modifier and Type Method Description intAbstractPlugin. compareTo(Plugin o)
-