Attributes |
Name | Required | Request-time | Description |
nodePath | false | true |
The node path to the given node. The user should at least specify one value - either the
nodePath to the node, or the nodeId. By default,
the primary property of the node (which should be a binary property) will be returned.
To retrieve a non-primary binary property, specify it after the nodeId. eg: "/repo/folder/node//someProperty" .
|
servletMapping | false | false |
The servlet mapping used for the show binary servlet - defaults to "ShowPropertyServlet".
|
var | false | true |
Variable to assign the URl to
|
scope | false | true |
Scope of the variable - defaults to PageContext.PAGE_SCOPE
|
scheme | false | true |
Sets the protocol scheme. Should be one of "HTTP" or "HTTPS". If a protocol is not specified, the protocol that was used to make the current request will be used.
|
domain | false | true |
Sets the domain. If a domain is not specified, the domain that was used to make the current request will be used.
|
port | false | true |
Sets a port. If a port is not specified, the port that was used to make the current request will be used.
|
path | false | true |
Sets path - attribute inherited from GenericUrlTag
|
pathPrefix | false | true |
Sets pathPrefx - attribute inherited from GenericUrlTag
|
encodeSession | false | true |
Enables URL rewriting for encoding a session ID in the URL. If not set to true, does not encode the URL
with the session ID. Default is true.
|
template | false | true |
Sets a URL template for this url
|
contextualPath | false | true |
Sets a contextualPath - attribute inherited from GenericUrlTag
|