dev Taglib documentation

Version 1.0
Description Mashup Development Helpers

Tag debugObject dev:debugObject(...)

Dumps the specified object and exposes the results to either the page or in 'var'.
Body Content: empty
Attribute nameRequiredRuntime Expression EvaluationType
varfalsefalsejava.lang.String
Name of the exported variable for the debug output.
objecttruetruejava.lang.Object
Specifies the object to dump.

Tag debugEachFeed dev:debugEachFeed(...)

Iterate over all feeds and subfeeds of the page.
Body Content: scriptless
Attribute nameRequiredRuntime Expression EvaluationType
vartruefalsejava.lang.String
Name of the exported scoped variable for the current ResultFeed. This scoped variable has nested visibility.
varStatusfalsefalsejava.lang.String
Name of the exported scoped variable for the status of the iteration. This scoped variable has nested visibility.
beginfalsetrueint
The index on which to begin the iteration. Defaults to '0'.
endfalsetrueint
The index on which to end the iteration. 0 is interpreted as 'unbounded'. Defaults to '0'.
iterationfalsetrueint
The number of iteration to perform, replace the 'end' attribute. 0 is interpreted as 'unbounded'. Defaults to '0'.