Interface MarkupProcessor

    • Method Detail

      • 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.