Hi,
Xwiki developer guide specifies that front-end resources can be added from
wiki page using the volicity syntax (for example):
{{velocity}}
$xwiki.jsfx.use("js/scriptaculous/slider.js")
{{/velocity}}
Is there an equivalent using groovy, I mean for method call
$xwiki.jsfx.use() ?