Run Scripts
This handler (com.rierino.handler.ScriptLoadedEventHandler) provides ability to execute stored scripts using Javax engines.
Last updated
This handler (com.rierino.handler.ScriptLoadedEventHandler) provides ability to execute stored scripts using Javax engines.
Last updated
code.state
Name of the state manager storing code definitions
customJSCodes
handler_code
code.domain
Category of codes within the code state manager that can be used by this handler
custom_calculation
-
Passes requested event to dynamic event handler for processing. Event metadata parameters applicable for this action are as follows:
dynamicHandler
Name of the code handler to execute request
custom_handler
-
dynamicAction
Name of the action to call on code handler
CustomCalculate
-
All parameters applicable for the selected code handler are also passed on by the ScriptLoadedEventHandler.
Different scripting languages such as Groovy, JavaScript, etc. can be supported using Javax classes. Engine and code details are stored in code.state and automatically recompiled / updated on change.