export Taglib documentation

Version 1.0
Description Mashup export helpers

Tag getAtomUrl export:getAtomUrl(...)

Returns the URL for the ATOM export of the given feed.
Body Content: empty
Attribute nameRequiredRuntime Expression EvaluationType
varfalsefalsejava.lang.String
Name of the exported variable for the url.
feedtruetruecom.exalead.access.feedapi.ResultFeed
The ResultFeed to export.

Tag getCsvUrl export:getCsvUrl(...)

Returns the URL for the CSV export of the given feed.
Body Content: empty
Attribute nameRequiredRuntime Expression EvaluationType
varfalsefalsejava.lang.String
Name of the exported variable for the url.
feedtruetruecom.exalead.access.feedapi.ResultFeed
The ResultFeed to export.
fileNametruetruejava.lang.String
The name of the exported file.

Tag getPdfUrl export:getPdfUrl(...)

Returns the URL for the PDF export.
Body Content: empty
Attribute nameRequiredRuntime Expression EvaluationType
varfalsefalsejava.lang.String
Name of the exported variable for the url.
fileNametruetruejava.lang.String
The name of the exported file.
exportUrlfalsetruejava.lang.String
A custom URL to export, by default the current page is exported.

Tag getPngUrl export:getPngUrl(...)

Returns the URL for the PNG export.
Body Content: empty
Attribute nameRequiredRuntime Expression EvaluationType
varfalsefalsejava.lang.String
Name of the exported variable for the url.
fileNametruetruejava.lang.String
The name of the exported file.
exportUrlfalsetruejava.lang.String
A custom URL to export, by default the current page is exported.
widthfalsetruejava.lang.String
Specifies the width in pixels of the PNG. Defaults to 800.
heightfalsetruejava.lang.String
Specifies the height in pixels of the PNG. Defaults to 600.