public class EscapedMarkupFormatter extends MarkupFormatter
Modifier and Type | Class and Description |
---|---|
static class |
EscapedMarkupFormatter.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
EscapedMarkupFormatter() |
Modifier and Type | Method and Description |
---|---|
void |
translate(String markup,
Writer output)
Given the text, converts that to HTML according to whatever markup rules implicit in the implementation class.
|
doPreviewDescription, getDescriptor, getHelpUrl, translate
public void translate(String markup, Writer output) throws IOException
MarkupFormatter
Multiple threads can call this method concurrently with different inputs.
translate
in class MarkupFormatter
output
- Formatted HTML should be sent to this output.IOException
Copyright © 2015. All rights reserved.