Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 541 Bytes

serviceUrl.rst

File metadata and controls

28 lines (18 loc) · 541 Bytes

serviceUrl

This generates a URL pointing to a service.

Parameters:

_service
Name of the service.
_application
Other application to reference to. Default is current application.
_type
URL type. Either server (server-relative URL) or absolute. Default is server.
everything else
Custom parameters to append to the url.

Usage in Thymeleaf:

.. literalinclude:: code/serviceUrl-thymeleaf.html
   :language: html

Usage in XSLT:

.. literalinclude:: code/serviceUrl-xslt.xml
   :language: xml