Methods
get App Meta Data()
Returns map of all app meta data
Returns:
map of all app meta data
get Locale Cookie Name()
Returns the name of the locale cookie set via app.conf
Returns:
The locales cookie
get Locales()
Returns the locales for the app
Returns:
The locales
get Version()
Returns the app version
Returns:
The app version
get Versioned Bundle Path(bundle Pathopt)
Returns the path to content plugins/bundles.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
bundlePath |
String |
<optional> |
The path to a bundle to be appended to the returned path |
Returns:
The path to content plugins/bundles.
is Dev()
Returns true if the app is running in 'dev' mode, false otherwise.
Returns:
true if the app is running in 'dev' mode, false otherwise.