java.lang.Object
de.gmorling.scriptabledataset.handlers.StandardHandlerConfig

public class StandardHandlerConfig extends Object
Manages handlers, that shall always executed for scripts in a given language. These standard handlers will be called before any custom handlers in the pre invocation and after any custom handlers in the post invocation.
  • Method Details

    • getStandardHandlersByLanguage

      public static List<ScriptInvocationHandler> getStandardHandlersByLanguage(String language)
      Gets the standard handlers by language.
      Parameters:
      language - the language
      Returns:
      the standard handlers by language