public class RawHtmlMarkupFormatter
extends hudson.markup.MarkupFormatter
MarkupFormatter that treats the input as the raw html.
This is the backward compatible behaviour.| Modifier and Type | Class and Description |
|---|---|
static class |
RawHtmlMarkupFormatter.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static hudson.markup.MarkupFormatter |
INSTANCE |
| Constructor and Description |
|---|
RawHtmlMarkupFormatter(boolean disableSyntaxHighlighting) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeMirrorConfig() |
String |
getCodeMirrorMode() |
boolean |
isDisableSyntaxHighlighting() |
void |
translate(String markup,
Writer output) |
@DataBoundConstructor public RawHtmlMarkupFormatter(boolean disableSyntaxHighlighting)
public boolean isDisableSyntaxHighlighting()
public void translate(String markup, Writer output) throws IOException
translate in class hudson.markup.MarkupFormatterIOExceptionpublic String getCodeMirrorMode()
public String getCodeMirrorConfig()
Copyright © 2015. All rights reserved.