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, translatepublic void translate(String markup, Writer output) throws IOException
MarkupFormatterMultiple threads can call this method concurrently with different inputs.
translate in class MarkupFormatteroutput - Formatted HTML should be sent to this output.IOExceptionCopyright © 2019. All rights reserved.