public class JSPWikiSyntaxDecorator extends WikiSyntaxDecorator
a, br, chain, code, config, css, cssStyle, dd, dl, dt, em, form, h1, h2, h3, h4, hr, img, input, li, ol, option, outTrimmer, p, plainText, pre, select, strike, strong, sub, sup, table, tbody, td, textarea, textElement, th, thead, tr, ul, underline| Constructor and Description |
|---|
JSPWikiSyntaxDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(java.io.PrintWriter out,
java.util.Deque<java.lang.String> liStack,
java.util.Deque<java.lang.String> preStack,
WhitespaceTrimWriter outTrimmer,
XHtmlToWikiConfig config,
XHtmlElementToWikiTranslator chain)
Prepares the syntax decorator.
|
a, aFootnote, aUndefined, br, code, dd, dl, dt, em, form, h1, h2, h3, h4, hr, image, img, input, li, ol, option, p, paragraph, pre, select, strike, strong, sub, sup, table, tbody, td, text, textarea, th, thead, tr, ul, underlinepublic JSPWikiSyntaxDecorator()
public void init(java.io.PrintWriter out, java.util.Deque<java.lang.String> liStack, java.util.Deque<java.lang.String> preStack, WhitespaceTrimWriter outTrimmer, XHtmlToWikiConfig config, XHtmlElementToWikiTranslator chain)
out - writer that will hold the resulting wiki markup.liStack - stack containing the amount of nested lis.preStack - stack containing the amount of nested pres.outTrimmer - writer capable of trimming whitespaces and of checking if it's currently writing a line start.config - xhtml to wiki configuration object.chain - chain (in the chain of responsibilities patterns) that is expected to be called by the different xhtml decorations.Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.