Class GenericScriptingStyle

  • All Implemented Interfaces:
    IStyle

    public class GenericScriptingStyle
    extends AbstractScriptingStyle
    Generic scripting style.
    Since:
    8.1.0
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • GenericScriptingStyle

        public GenericScriptingStyle​(java.lang.String script,
                                     javax.script.ScriptEngine engine,
                                     IScriptingStyleTemplate template)
        Creates a new instance using the given script text, style factory and script engine.
        Parameters:
        script - the script text.
        engine - the script engine.
        template - the template to be used.
        Since:
        8.1.0