Interface AttributeProvider

All Superinterfaces:
Serializable
All Known Implementing Classes:
ItemAttributeProvider

public interface AttributeProvider extends Serializable
Provides attribute values for managed source object.
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    getAttribute(String qualifier)
    Gets the attribute value of managed source object for attribute with given qualifier without paying attention to current session language.
    Gets the attribute value of managed source object for attribute with given qualifier for the given Locale
  • Method Details

    • getAttribute

      Object getAttribute(String qualifier)
      Gets the attribute value of managed source object for attribute with given qualifier without paying attention to current session language.
      Parameters:
      qualifier - qualifier identifying the attribute for which the value is needed
      Returns:
      value for specified attribute of managed source object
    • getLocalizedAttribute

      Object getLocalizedAttribute(String qualifier, Locale loc)
      Gets the attribute value of managed source object for attribute with given qualifier for the given Locale
      Parameters:
      qualifier - qualifier identifying the attribute for which the value is needed
      loc - the locale
      Returns:
      value for specified attribute of managed source object