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>
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Copied fromRawHtmlMarkupFormatter.translate(String, Writer)
Methods inherited from class hudson.markup.MarkupFormatter
doPreviewDescription, getDescriptor, getHelpUrl, previewsNowNeedPostForSecurity2153, translate
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
SafeHtmlExtendedMarkupFormatter
public SafeHtmlExtendedMarkupFormatter()
-
-
Method Details
-
translate
Copied fromRawHtmlMarkupFormatter.translate(String, Writer)
- Specified by:
translate
in classMarkupFormatter
- Throws:
IOException
-