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: 17593 $ $Date: 2015-07-17 11:21:36 -0300 (Fri, 17 Jul 2015) $
-
-
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 protected 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
protected 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.
-
-