Class GroovyStyleFactory
- java.lang.Object
-
- lumis.portal.serviceinterface.style.impl.scripting.AbstractScriptingStyleFactory
-
- lumis.portal.serviceinterface.style.impl.groovy.GroovyStyleFactory
-
- All Implemented Interfaces:
IStyleFactory
public class GroovyStyleFactory extends AbstractScriptingStyleFactory
Groovy style factory.- Since:
- 8.1.0
- Version:
- $Revision: 25123 $ $Date: 2022-07-05 13:15:45 -0300 (Tue, 05 Jul 2022) $
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroovyStyleFactory.GroovyScriptingStyleTemplate
Groovy scripting template.
-
Constructor Summary
Constructors Constructor Description GroovyStyleFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.script.ScriptEngine
getScriptEngine()
Returns the script engine to be used.protected IScriptingStyleTemplate
getTemplate()
Returns thestyle template
to be used.-
Methods inherited from class lumis.portal.serviceinterface.style.impl.scripting.AbstractScriptingStyleFactory
createCachedStyle, createCompiledStyle, createDynamicStyle, createDynamicStyle, createStyle
-
-
-
-
Method Detail
-
getScriptEngine
public javax.script.ScriptEngine getScriptEngine()
Description copied from class:AbstractScriptingStyleFactory
Returns the script engine to be used.- Specified by:
getScriptEngine
in classAbstractScriptingStyleFactory
- Returns:
- the script engine to be used.
-
getTemplate
protected IScriptingStyleTemplate getTemplate()
Description copied from class:AbstractScriptingStyleFactory
Returns thestyle template
to be used.- Specified by:
getTemplate
in classAbstractScriptingStyleFactory
- Returns:
- the
style template
to be used.
-
-