Interface ContentValuesExtractorFactory.ContentValuesExtractor

    • Method Detail

      • getValues

        Map<String,​ObjectgetValues​(Content content,
                                           Locale defaultLocale)
        Get the values from the given content.
        Parameters:
        content - The content.
        defaultLocale - The default locale for localized values if the content's language is null. Can be null.
        Returns:
        the extracted values.
      • getValues

        Map<String,​ObjectgetValues​(Content content,
                                           Locale defaultLocale,
                                           Map<String,​Object> contextualParameters)
        Get the values from the given content.
        Parameters:
        content - The content.
        defaultLocale - The default locale for localized values if the content's language is null. Can be null.
        contextualParameters - The search contextual parameters.
        Returns:
        the extracted values.