Interface ExportRenderContext
- All Superinterfaces:
AttributeContext
A subtype of AttributeContext passed to ExportRenderer.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns theRowValuesthat contains the values of all attributes previously required by callingExportRequestContext.requireAttribute(AttributeSpec)for all rows associated with the current request.Methods inherited from interface AttributeContext
getBaseStructureId, getBaseUrl, getI18n, getI18nHelper, getLoadTimeMillis, getLoadTimeNanos, getLocale, getObject, getTimeZone, getUser, putObject
-
Method Details
-
getValues
Returns the
RowValuesthat contains the values of all attributes previously required by callingExportRequestContext.requireAttribute(AttributeSpec)for all rows associated with the current request.- Returns:
- The aggregation result, never
null. - See Also:
-