public abstract class TextAreaDecorator extends java.lang.Object
TEXTAREA element.| Modifier and Type | Field and Description |
|---|---|
protected XHtmlElementToWikiTranslator |
chain |
protected java.io.PrintWriter |
out |
| Modifier | Constructor and Description |
|---|---|
protected |
TextAreaDecorator(java.io.PrintWriter out,
XHtmlElementToWikiTranslator chain) |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(org.jdom2.Element e)
Translates the given XHTML element into wiki markup.
|
protected abstract java.lang.String |
markupForTextAreaAttribute(java.lang.String attr,
java.lang.String value)
Wiki markup for an
TEXTAREA's attribute. |
protected abstract java.lang.String |
markupTextAreaClose()
Closing wiki markup for an
INPUT element. |
protected abstract java.lang.String |
markupTextAreaOpen()
Opening wiki markup for an
TEXTAREA element. |
protected final java.io.PrintWriter out
protected final XHtmlElementToWikiTranslator chain
protected TextAreaDecorator(java.io.PrintWriter out, XHtmlElementToWikiTranslator chain)
public void decorate(org.jdom2.Element e) throws org.jdom2.JDOMException
e - XHTML element being translated.org.jdom2.JDOMExceptionprotected abstract java.lang.String markupForTextAreaAttribute(java.lang.String attr, java.lang.String value)
TEXTAREA's attribute.attr - attribute's name.value - attribute's value.TEXTAREA element.protected abstract java.lang.String markupTextAreaOpen()
TEXTAREA element.TEXTAREA element.protected abstract java.lang.String markupTextAreaClose()
INPUT element.INPUT element.Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.