Tag library reference for the following tag libraries:
General purpose utility tag library.
Namespace definition: xmlns:bb="http://www.ebi.ac.uk/biobabel"
Tags
Required attributes are marked with a*
Includes a URL, not necessarily from the same application server, and not necessarily using the GET method.
Can contain:
<bb:include url="http://foo.com/bar"/> <bb:include url="http://foo.com/bar"> <bb:param name="foo">1</bb:param> <bb:param name="bar">2</bb:param> <bb:param name="baz">3</bb:param> </bb:include> <bb:include url="http://foo.com/bar/json" method="post"> <bb:param name=""> { "foo": { "bar": "2", "baz: 3 } } </bb:param> </bb:include>
Name | Description | Type |
---|---|---|
method | The HTTP method used for the request (only used if the URL is HTTP). Case-insensitive. Defaults to "GET". | String |
url* | The URL of the included resource. Note that it must be a HTML fragment without <html> tag, otherwise the browser will not render the page properly. | String |
This tag should be used inside the include tag, and defines parameters to be added to the included URL.
Can contain: