Class GenericScriptingStyle

  • All Implemented Interfaces:
    IStyle

    public class GenericScriptingStyle
    extends AbstractScriptingStyle
    Generic scripting style.
    Since:
    8.1.0
    Version:
    $Revision: 25123 $ $Date: 2022-07-05 13:15:45 -0300 (Tue, 05 Jul 2022) $
    • 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