| Interface | Description |
|---|---|
| Configurable |
A configuration interface for
ScriptEngineFactory implementations so that providers of new scripting
language from modules can have the opportunity to perform set up or clean up operations when the bundle is started
and/or stopped. |
| Class | Description |
|---|---|
| BundleJSR223Script |
JSR-223 script engine dispatcher for view scripts, located in an OSGi bundle.
|
| BundleJSR223ScriptFactory |
Factory used for instantiating the
BundleJSR223Script script for evaluation of a JSR-223 view script, located in an OSGi bundle. |
| BundleScriptEngine |
A specific
ScriptEngine so that BundleScriptEngine.getFactory() returns our wrapped BundleScriptEngineFactory. |
| BundleScriptEngineManager |
A replacement for the JDK's
ScriptEngineManager that properly deals with ScriptEngineFactory
implementations provided in OSGi modules. |
| BundleScriptingConfigurationConstants |
A class gathering constants used for bundles providing configuration targeted at providing new scripting language
support.
|
| BundleScriptResolver | |
| BundleSourceResourceResolver |
Created by loom on 08.10.15.
|
| ScriptBundleObserver |
Bundle observer for all scripts (JSP, Velocity, Freemarker, etc...)
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.