The imageURI() function builds
the URI to the default image location.
Note:
- Return URI to string(expr) default image location.
Example
<img gwc:attributes="src imageURI('accept')" alt="accept" />
Ascendant compatibility
The default configuration
and the imageURI()SBRE function should be ascendant compatible. As
a result:
- the Type attribute of PATH element is not mandatory,its
default value would be WEBSERVER;
- the Id attribute for PICTURE element is not mandatory,its
default value would be Image;
- the ImageUri SBRE function would be an alias to resourceUri(arg,
"Image").