offlinePackageDownloadUrl

The packageDownloadUrl tag provides a url for downloading the given offline package.

This tag contains the following attributes:

key
The key of the package whose URL to fetch. Either this or @package must be specified.
  • Required: false
  • Type: String
  • Default: none
package
The package object. Either this or @key must be specified.
  • Required: false
  • Type:
  • Default: none
scope
The scope of the @var attribute. Valid values are "page" and "request".
  • Required: false
  • Type: String
  • Default: "request"
urlQuery
The query string. This value will NOT be URL-encoded, so it should be encoded already. You can also use nested <@td.urlParam> tags to specify individual URL parameters in a URL-escaped way.
  • Required: false
  • Type: String
  • Default: none
var
The name of the variable used to access the result.
  • Required: false
  • Type: String
  • Default: none

This tag contains the following attributes.

Name Description Required Type Default
key The key of the package whose URL to fetch. Either this or @package must be specified. false String none
package The package object. Either this or @key must be specified. false none
scope The scope of the @var attribute. Valid values are "page" and "request". false String "request"
urlQuery The query string. This value will NOT be URL-encoded, so it should be encoded already. You can also use nested <@td.urlParam> tags to specify individual URL parameters in a URL-escaped way. false String none
var The name of the variable used to access the result. false String none