Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | true | false | java.lang.String |
Name of the exported variable for the current Platform. The possible platform are "WEB" or "MOBILE". |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
type | true | false | java.lang.String |
The type of the Mashup Application. Possible values are: "WEB", "MOBILE". |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
name | true | true | |
Name of the parameter. | |||
value | false | true | |
Value of the parameter. By defaults it will use the tag's body as a value. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
flush | false | false | boolean |
** do not use ** Flush all the appended content into the page. | |||
position | false | false | java.lang.String |
Specifies how the content should be appended. The possible values are: "BEFORE", "DEFAULT" or "AFTER". |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
id | true | true | java.lang.String |
Specifies the ID of the content. It should be unique per renderOnce. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
flush | false | false | boolean |
** do not use ** Flush all the appended content into the page. | |||
position | false | false | java.lang.String |
Specifies how the content should be appended. The possible values are: "BEFORE", "DEFAULT", "AFTER", "READY". Defaults to "DEFAULT". |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
template | true | true | |
The URI of a JSP template. | |||
defaultTemplate | false | true | java.lang.String |
The URI of a default JSP template in case of the given template does not exists. | |||
widget | false | true | java.lang.String |
Specifies the ID of a widget to use a relative URI from this widget directory for the template attribute. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | true | false | java.lang.String |
Name of the exported variable for the test result. | |||
template | true | true | |
The URI of a JSP template. | |||
widget | false | true | java.lang.String |
Specifies the ID of a widget to use a relative URI from this widget directory for the template attribute. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
name | true | true | |
Name of the definition to insert. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
name | true | true | java.lang.String |
Name of the attribute to insert. | |||
ignore | false | false | boolean |
Specifies whether a missing attribute is ignored or not. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
parameters | false | false | java.lang.String |
The list of parameters name to retrieve from the context and to sets into the template. | |||
varWidget | false | false | java.lang.String |
Name of the exported variable for the widget. | |||
varFeeds | false | false | java.lang.String |
Name of the exported variable for the feeds. Object is of type Map(String, ResultFeed). | |||
varParentFeed | false | false | java.lang.String |
Name of the exported variable for the parent ResultFeed. | |||
varParentEntry | false | false | java.lang.String |
Name of the exported variable for the parent Entry. | |||
ignore | false | false | boolean |
Specifies whether a missing parameter is ignored or not. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
dataWidgetWrapper | false | true | com.exalead.cv360.searchui.widgets.DataWidgetWrapper |
The DataWidgetWrapper containing the sub-Widgets to render. Defaults to the widget in the current context. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
dataWidgetWrapper | false | true | com.exalead.cv360.searchui.widgets.DataWidgetWrapper |
The DataWidgetWrapper containing the widget to render. Defaults to the widget in the current context. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
href | true | true | java.lang.String |
Specifies the 'href' attribute of the link. If null then the tag's body is rendered without link. | |||
target | false | true | java.lang.String |
Specifies the 'target' attribute of the link. | |||
title | false | true | java.lang.String |
Specifies the 'title' attribute of the link. | |||
extraCss | false | true | java.lang.String |
Specifies extra CSS class. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
category | true | true | com.exalead.access.feedapi.AbstractCategory |
baseUrl | false | true | java.lang.String |
The URL to be processed. It can be either relative or absolute. | |||
feeds | false | true | java.util.Map |
The ResultFeed to use for the URL creation. Object is of type Map(String, ResultFeed). | |||
feed | false | true | com.exalead.access.feedapi.ResultFeed |
The ResultFeed to use for the URL creation. Object is of type ResultFeed. | |||
forceRefineOn | false | true | java.util.List |
A list of additional feeds name to refine. | |||
target | false | true | java.lang.String |
Specifies the 'target' attribute of the link. | |||
title | false | true | java.lang.String |
Specifies the 'title' attribute of the link. | |||
extraCss | false | true | java.lang.String |
Specifies extra CSS class. |