Class ItemModelAttributePopulator

All Implemented Interfaces:
AttributePopulator

@Deprecated(since="21.05.0-RC1", forRemoval=true) public class ItemModelAttributePopulator extends ItemModelAttributePopulator
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • ItemModelAttributePopulator

      public ItemModelAttributePopulator()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getContextReferencedItemModelService

      protected ContextReferencedItemModelService getContextReferencedItemModelService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setContextReferencedItemModelService

      public void setContextReferencedItemModelService(ContextReferencedItemModelService service)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Injects implementation of the item reference service to be used for looking up items referenced in the attribute value.
      Overrides:
      setContextReferencedItemModelService in class ItemModelAttributePopulator
      Parameters:
      service - an implementation to use. If this method is not called or the service is null, then the default implementation present in the application context and named 'contextReferenceItemModelService' is going to be used.