Package | Description |
---|---|
lumis.portal.serviceinterface.style.impl.groovy | |
lumis.portal.serviceinterface.style.impl.js | |
lumis.portal.serviceinterface.style.impl.scripting |
Modifier and Type | Class and Description |
---|---|
static class |
GroovyStyleFactory.GroovyScriptingStyleTemplate
Groovy scripting template.
|
Modifier and Type | Method and Description |
---|---|
protected IScriptingStyleTemplate |
GroovyStyleFactory.getTemplate() |
Modifier and Type | Class and Description |
---|---|
static class |
JavascriptStyleFactory.JavascriptScriptingStyleTemplate
Javascript scripting template.
|
Modifier and Type | Method and Description |
---|---|
protected IScriptingStyleTemplate |
JavascriptStyleFactory.getTemplate() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScriptingTemplate
Abstract scripting style template.
|
Modifier and Type | Method and Description |
---|---|
protected abstract IScriptingStyleTemplate |
AbstractScriptingStyleFactory.getTemplate()
Returns the
style template to be used. |
Modifier and Type | Method and Description |
---|---|
protected Bindings |
AbstractScriptingStyle.createBindings(String output,
IServiceInterfaceRequestSPI request,
IServiceInterfaceRenderResponseSPI response,
IScriptingStyleTemplate template)
Returns the basic bindings using the given request and response.
|
protected ScriptContext |
AbstractScriptingStyle.createContext(String output,
IServiceInterfaceRequestSPI request,
IServiceInterfaceRenderResponseSPI response,
IScriptingStyleTemplate template)
Returns the script context for the given parameters.
|
Constructor and Description |
---|
GenericCompiledScriptStyle(CompiledScript compiledScript,
IScriptingStyleTemplate template)
Creates a new instance with the given compiled script and style factory.
|
GenericScriptingStyle(String script,
ScriptEngine engine,
IScriptingStyleTemplate template)
Creates a new instance using the given script text, style factory and script engine.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.