Package org.apache.wiki.htmltowiki.syntax
package org.apache.wiki.htmltowiki.syntax
Package Specification
Provides WikiSyntaxDecorator, an abstract SyntaxDecorator, which takes care of all the plumbing when developing one, and all the Wiki syntax decoration related classes, so all that it is needed for a custom syntax decorator is:
- Provide decorators for all the XHTML elements - just extend the abstract decorators on this package, providing only the specific wiki syntax on each case
- Extend WikiSyntaxDecorator and provide the previous implementations of all the needed decorators on the init(...) method
Related Documentation
See APIDocs for org.apache.wiki.htmltowiki.syntax.jspwiki for an example of how to develop a custom wiki syntax decorator-
ClassesClassDescriptionTranslates to wiki syntax from an
Aelement.Translates to wiki syntax from aBRelement.Translates to wiki syntax from aCODEelement.Translates to wiki syntax from aDDelement.Translates to wiki syntax from aDLelement.Translates to wiki syntax from aDTelement.Translates to wiki syntax from aFORMelement.Translates to wiki syntax from anH1element.Translates to wiki syntax from anH2element.Translates to wiki syntax from anH3element.Translates to wiki syntax from anH4element.Translates to wiki syntax from anHRelement.Translates to wiki syntax from an XHTML Image.Translates to wiki syntax from aINPUTelement.Translates to wiki syntax from aLIelement.Wiki syntax helper operationsTranslates to wiki syntax from aOLelement.Translates to wiki syntax from aOPTIONelement.Translates to wiki syntax from aPelement.Translates to wiki syntax from a plain text handling bold.Translates to wiki syntax from a plain text handling css classes.Translates to wiki syntax from a plain text handling special css.Translates to wiki syntax from a plain text.Translates to wiki syntax from a plain text handling italic.Translates to wiki syntax from a plain text handling monospace.Translates to wiki syntax from aSELECTelement.Translates to wiki syntax from aSTRIKEelement.Translates to wiki syntax from aSUBelement.Translates to wiki syntax from aSUPelement.Translates to wiki syntax from aTABLEelement.Translates to wiki syntax from aTBODYelement.Translates to wiki syntax from aTDelement.Translates to wiki syntax from aTEXTAREAelement.Translates to wiki syntax from aTextelement.Translates to wiki syntax from aTHelement.Translates to wiki syntax from aTHEADelement.Translates to wiki syntax from aTRelement.Translates to wiki syntax from aULelement.Translates to wiki syntax from anUNDERLINEelement.Base Syntax decorator which translates to JSPWiki syntax.