Class OptionDecorator
java.lang.Object
org.apache.wiki.htmltowiki.syntax.OptionDecorator
Translates to wiki syntax from a OPTION
element.
Since this element outputs into the value of a parameter inside the FormSelect
plugin, there shouldn't
be a reason to extend this class when developing a new wiki syntax (although you may do if you want to).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final XHtmlElementToWikiTranslator
protected final PrintWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
decorate
(org.jdom2.Element base, org.jdom2.Element e) Translates the given XHTML element into wiki markup.
-
Field Details
-
out
-
chain
-
-
Constructor Details
-
OptionDecorator
-
-
Method Details
-
decorate
Translates the given XHTML element into wiki markup.- Parameters:
base
- the parent of the XHTML element being translated.e
- XHTML element being translated.- Throws:
org.jdom2.JDOMException
-