Class StandardHandlerConfig
java.lang.Object
de.gmorling.scriptabledataset.handlers.StandardHandlerConfig
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 Summary
Modifier and TypeMethodDescriptionstatic List
<ScriptInvocationHandler> getStandardHandlersByLanguage
(String language) Gets the standard handlers by language.
-
Method Details
-
getStandardHandlersByLanguage
Gets the standard handlers by language.- Parameters:
language
- the language- Returns:
- the standard handlers by language
-