GSP Tag - meta

Tag - meta (Since 1.0)

Description

Renders application metadata properties. These properties come from the application.properties file, and among other things contain the application's version and the grails version it requires. It can be used to expose some invariant data about your application at runtime. See the Application Metadata section for more details.

Parameters

  • name - The name of the metadata property to retrieve, for example "app.version"

Examples

Example usages:

Version <g:meta name="app.version"/>
Built with Grails <g:meta name="app.grails.version"/>

No Comments Yet

Post a Comment