Package org.biouno.unochoice.util
Class SafeHtmlExtendedMarkupFormatter
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<MarkupFormatter>
-
- hudson.markup.MarkupFormatter
-
- org.biouno.unochoice.util.SafeHtmlExtendedMarkupFormatter
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<MarkupFormatter>
public class SafeHtmlExtendedMarkupFormatter extends MarkupFormatter
A markup formatter used by the plug-in (only, not available in other parts of Jenkins) that allows HTML tags such as <input>.- Since:
- 2.4
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description static SafeHtmlExtendedMarkupFormatter
INSTANCE
-
Constructor Summary
Constructors Constructor Description SafeHtmlExtendedMarkupFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
translate(String markup, Writer output)
Copied fromRawHtmlMarkupFormatter.translate(String, Writer)
-
Methods inherited from class hudson.markup.MarkupFormatter
doPreviewDescription, getDescriptor, getHelpUrl, translate
-
-
-
-
Field Detail
-
INSTANCE
public static final SafeHtmlExtendedMarkupFormatter INSTANCE
-
-
Method Detail
-
translate
public void translate(String markup, Writer output) throws IOException
Copied fromRawHtmlMarkupFormatter.translate(String, Writer)
- Specified by:
translate
in classMarkupFormatter
- Throws:
IOException
-
-