Interface RowAttributeContext
- All Superinterfaces:
AttributeContext,AttributeLoaderContext
- All Known Subinterfaces:
AggregateAttributeContext,PropagateAttributeContext,ScanningAttributeContext,SingleRowAttributeContext
The base context interface for all row-based attribute loaders.
- See Also:
-
Method Summary
Methods inherited from interface AttributeContext
getBaseStructureId, getBaseUrl, getI18n, getI18nHelper, getLoadTimeMillis, getLoadTimeNanos, getLocale, getObject, getTimeZone, getUser, putObjectMethods inherited from interface AttributeLoaderContext
addTrail, addTrail, getDependencyAttributeValue, getDependencyValue, valueExpires
-
Method Details
-
getRow
Returns the row currently being loaded.- Returns:
- the loaded row
-