You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
And let's say I want to auto-magically use this script on the front end, as such:
<grooscript:code>
def s = util.Util.shout('Hello, world!')
</grooscipt:code>
In order to get this variable bound in the grooscript context, a simple annotation is introduced, @ExportScript. Simply tagging the class with this annotation will result it in being present on the front-end.