All Known Implementing Classes:
MarkupDisplayConverter.MarkupValue, RegexMarkupValue

public interface MarkupProcessor
Interface for specifying markup processing by using the MarkupDisplayConverter
Since:
1.1
See Also:
  • Method Details

    • applyMarkup

      String applyMarkup(String input)
      Takes an input and applies the HTML markup.
      Parameters:
      input - The input that should be processed for markup.
      Returns:
      The input with additional markups.
    • removeMarkup

      String removeMarkup(String input)
      Takes an input and removes possible markups that where applied by this MarkupProcessor
      Parameters:
      input - The input from which the markup should be removed.
      Returns:
      The input value without markups.