| Package | Description |
|---|---|
| org.apache.sling.scripting.sightly.impl.compiler.frontend | |
| org.apache.sling.scripting.sightly.impl.filter | |
| org.apache.sling.scripting.sightly.impl.html.dom |
| Constructor and Description |
|---|
ExpressionWrapper(PushStream stream,
List<Filter> filters,
Set<String> knownExpressionOptions) |
SimpleFrontend(List<Plugin> plugins,
List<Filter> filters,
Set<String> knownExpressionOptions) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFilter |
class |
FormatFilter
Implementation for the format filter & runtime support.
|
class |
I18nFilter
Filter for i18n translation
|
class |
JoinFilter
Filter providing support for the
join option applied to arrays. |
class |
URIManipulationFilter
The
URIManipulationFilter provides support for Sightly's URI Manipulation options according to the
language specification |
class |
XSSFilter
XSS filter implementation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractFilter.compareTo(Filter o) |
| Constructor and Description |
|---|
MarkupHandler(PushStream stream,
Map<String,Plugin> pluginRegistry,
List<Filter> filters,
Set<String> knownExpressionOptions) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.