| Defined | src/lib/behavior.js:80 |
|---|---|
| Group | Behaviors |
| parameters | dict | map | Map of behaviors to invoke: keys are behavior names, and values are lists of configuration dictionaries. The behavior will be invoked once for each configuration dictionary. |
| return | void |
Execute previously defined Javelin behaviors, running the glue code they contain to glue stuff together. See Concepts: Behaviors for more information on Javelin behaviors.
Normally, you do not call this function yourself; instead, your server-side library builds it for you.