See: Description
| Interface | Description |
|---|---|
| Attribute |
Represents an attribute passed in from a web-client to be used to populate the report.
|
| Class | Description |
|---|---|
| BooleanAttribute |
A boolean type attribute.
|
| DataSourceAttribute |
This attribute represents a collection of attributes which can be used as the data source of a Jasper
report's table/detail section.
|
| DataSourceAttribute.DataSourceAttributeValue |
The value class for the
DataSourceAttribute. |
| FeaturesAttribute |
Attribute for GeoJson feature collection.
|
| FeaturesAttribute.FeaturesAttributeValues |
The value of
FeaturesAttribute. |
| FloatAttribute |
A float type attribute.
|
| HttpRequestHeadersAttribute |
Attribute representing the headers from the request.
|
| HttpRequestHeadersAttribute.Value |
The object containing the attribute data.
|
| IntegerAttribute |
An integer type attribute.
|
| JsonDatasourceAttribute |
A JSON data source attribute.
|
| LegendAttribute |
Objects needed by the
LegendProcessor (see
!prepareLegend processor). |
| LegendAttribute.LegendAttributeValue |
The data required to render a map legend.
|
| NorthArrowAttribute |
The attributes for
CreateNorthArrowProcessor (see
!createNorthArrow processor). |
| PrimitiveAttribute<Value> |
A type of attribute whose value is a primitive type.
|
| ReflectiveAttribute<Value> |
Used for attribute that can have defaults specified in the YAML config file.
|
| ScalebarAttribute |
The attributes for
CreateScalebarProcessor (see
!createScalebar processor). |
| StringArrayAttribute |
An attribute that can contain an array of strings.
|
| StringAttribute |
Attribute that reads a string from the request data.
|
| StyleAttribute |
Attribute for GeoJson Styles collection.
|
| StyleAttribute.StylesAttributeValues |
The value of
StyleAttribute. |
| TableAttribute |
The attributes for
TableProcessor (see
!prepareTable processor). |
| TableAttribute.TableAttributeValue |
The value of
TableAttribute. |
| Annotation Type | Description |
|---|---|
| InternalAttribute |
An annotation indicating that the attribute should not be printed in client config (client does not need to
know about it) because it is registered automatically.
|