Package | Description |
---|---|
org.apache.sling.scripting.sightly.extension |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.sling.scripting.sightly.render |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.sling.scripting.sightly.use |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
RuntimeExtension.call(RenderContext renderContext,
java.lang.Object... arguments)
Call the
RuntimeExtension |
Modifier and Type | Method and Description |
---|---|
protected void |
RenderUnit.callUnit(java.io.PrintWriter out,
RenderContext renderContext,
java.lang.Object templateObj,
java.lang.Object argsObj) |
protected abstract void |
RenderUnit.render(java.io.PrintWriter out,
javax.script.Bindings bindings,
javax.script.Bindings arguments,
RenderContext renderContext) |
void |
RenderUnit.render(java.io.PrintWriter out,
RenderContext renderContext,
javax.script.Bindings arguments)
Render the main script template
|
Modifier and Type | Method and Description |
---|---|
ProviderOutcome |
UseProvider.provide(java.lang.String identifier,
RenderContext renderContext,
javax.script.Bindings arguments)
Provide an instance based on the given identifier
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.