| Package | Description |
|---|---|
| org.jahia.services.render | |
| org.jahia.services.render.scripting | |
| org.jahia.services.render.scripting.bundle | |
| org.jahia.services.render.webflow |
| Modifier and Type | Method and Description |
|---|---|
Script |
Resource.getScript(RenderContext context)
Get the script for the current resource, if the script is null and renderContext is provide as parameter
we try do the resolution of the script, then store it in the current resource, so it's available for the rest
of the render chain.
|
Script |
RenderService.resolveScript(Resource resource,
RenderContext context)
This resolves the executable script from the resource object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSR223Script
JSR 223 ScriptEngine dispatcher.
|
class |
RequestDispatcherScript
This class uses the standard request dispatcher to execute a JSP / Quercus script or any file handled by the
application server.
|
| Modifier and Type | Method and Description |
|---|---|
Script |
ScriptFactory.createScript(View view) |
Script |
JSR223ScriptFactory.createScript(View view) |
Script |
RequestDispatcherScriptFactory.createScript(View view) |
Script |
ScriptResolver.resolveScript(Resource resource,
RenderContext renderContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleJSR223Script
JSR-223 script engine dispatcher for view scripts, located in an OSGi bundle.
|
| Modifier and Type | Method and Description |
|---|---|
Script |
BundleJSR223ScriptFactory.createScript(View view) |
Script |
BundleScriptResolver.resolveScript(Resource resource,
RenderContext renderContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebflowDispatcherScript |
| Modifier and Type | Method and Description |
|---|---|
Script |
WebflowDispatcherScriptFactory.createScript(View view) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.