Uses of Interface
lumis.portal.serviceinterface.style.impl.scripting.IScriptingStyleTemplate
-
Packages that use IScriptingStyleTemplate Package Description lumis.portal.serviceinterface.style.impl.groovy lumis.portal.serviceinterface.style.impl.js lumis.portal.serviceinterface.style.impl.scripting -
-
Uses of IScriptingStyleTemplate in lumis.portal.serviceinterface.style.impl.groovy
Classes in lumis.portal.serviceinterface.style.impl.groovy that implement IScriptingStyleTemplate Modifier and Type Class Description static class
GroovyStyleFactory.GroovyScriptingStyleTemplate
Groovy scripting template.Methods in lumis.portal.serviceinterface.style.impl.groovy that return IScriptingStyleTemplate Modifier and Type Method Description protected IScriptingStyleTemplate
GroovyStyleFactory. getTemplate()
-
Uses of IScriptingStyleTemplate in lumis.portal.serviceinterface.style.impl.js
Classes in lumis.portal.serviceinterface.style.impl.js that implement IScriptingStyleTemplate Modifier and Type Class Description static class
JavascriptStyleFactory.JavascriptScriptingStyleTemplate
Javascript scripting template.Methods in lumis.portal.serviceinterface.style.impl.js that return IScriptingStyleTemplate Modifier and Type Method Description protected IScriptingStyleTemplate
JavascriptStyleFactory. getTemplate()
-
Uses of IScriptingStyleTemplate in lumis.portal.serviceinterface.style.impl.scripting
Classes in lumis.portal.serviceinterface.style.impl.scripting that implement IScriptingStyleTemplate Modifier and Type Class Description class
AbstractScriptingTemplate
Abstract scripting style template.Methods in lumis.portal.serviceinterface.style.impl.scripting that return IScriptingStyleTemplate Modifier and Type Method Description protected abstract IScriptingStyleTemplate
AbstractScriptingStyleFactory. getTemplate()
Returns thestyle template
to be used.Methods in lumis.portal.serviceinterface.style.impl.scripting with parameters of type IScriptingStyleTemplate Modifier and Type Method 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.Constructors in lumis.portal.serviceinterface.style.impl.scripting with parameters of type IScriptingStyleTemplate Constructor 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.
-