Package hudson.markup

Class EscapedMarkupFormatter

All Implemented Interfaces:
ExtensionPoint, Describable<MarkupFormatter>

public class EscapedMarkupFormatter extends MarkupFormatter
MarkupFormatter that treats the input as the escaped html.
Since:
1.553
Author:
Seiji Sogabe
  • Constructor Details

    • EscapedMarkupFormatter

      @DataBoundConstructor public EscapedMarkupFormatter()
  • Method Details

    • translate

      public void translate(String markup, Writer output) throws IOException
      Description copied from class: MarkupFormatter
      Given the text, converts that to HTML according to whatever markup rules implicit in the implementation class.

      Multiple threads can call this method concurrently with different inputs.

      Specified by:
      translate in class MarkupFormatter
      output - Formatted HTML should be sent to this output.
      Throws:
      IOException