public class EscapedMarkupFormatter extends MarkupFormatter
MarkupFormatter
that treats the input as the escaped html.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, previewsNowNeedPostForSecurity2153, 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 © 2004–2021. All rights reserved.