7.2.5.2 Other resource tags - Reference Documentation
Authors: Graeme Rocher, Peter Ledbrook, Marc Palmer, Jeff Brown, Luke Daley, Burt Beckwith, Lari Hotari
Version: 2.3.8
7.2.5.2 Other resource tags
r:resource
This is equivalent to the Grails resource tag, returning a link to the processed static resource. Grails' owng:resource
tag delegates to this implementation if found, but if your code requires the Resources plugin, you should use r:resource
directly.Alongside the regular Grails resource tag attributes, this also supports the "uri" attribute for increased brevity.See r:resource documentation for full details.