C - the script context typepublic class DefaultScriptHelper<C extends ScriptContext> extends java.lang.Object implements ScriptHelper
| Modifier and Type | Field and Description |
|---|---|
protected C |
context
The script context.
|
| Constructor and Description |
|---|
DefaultScriptHelper(C context)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
C |
getContext()
Return the script context.
|
protected final C extends ScriptContext context
public DefaultScriptHelper(C context)
context - the script contextpublic C getContext()
getContext in interface ScriptHelperCopyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence