Class AbstractFormatTagHandler
- java.lang.Object
-
- org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
-
- org.xwiki.rendering.wikimodel.xhtml.handler.AbstractFormatTagHandler
-
- Direct Known Subclasses:
BoldTagHandler,ItalicTagHandler,SpanTagHandler,StrikedOutTagHandler,SubScriptTagHandler,SuperScriptTagHandler,TeletypeTagHandler,UnderlineTagHandler
public abstract class AbstractFormatTagHandler extends TagHandler
- Since:
- 4.0M1
- Version:
- $Id: 351692379675fcaf0a43a204a1747371b166b075 $
-
-
Field Summary
Fields Modifier and Type Field Description static StringFORMATPARAMETERSstatic StringFORMATSTYLEPARAMETERstatic StringFORMATWIKISTYLE
-
Constructor Summary
Constructors Modifier Constructor Description AbstractFormatTagHandler()protectedAbstractFormatTagHandler(WikiStyle style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbegin(TagContext context)protected voidend(TagContext context)-
Methods inherited from class org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
beginDocument, beginDocument, beginElement, endDocument, endElement, initialize, isAccumulateContent, isBlockHandler, isContentContainer, sendEmptyLines, sendEmptyLines, setAccumulateContent
-
-
-
-
Field Detail
-
FORMATWIKISTYLE
public static final String FORMATWIKISTYLE
- See Also:
- Constant Field Values
-
FORMATPARAMETERS
public static final String FORMATPARAMETERS
- See Also:
- Constant Field Values
-
FORMATSTYLEPARAMETER
public static final String FORMATSTYLEPARAMETER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AbstractFormatTagHandler
public AbstractFormatTagHandler()
-
AbstractFormatTagHandler
protected AbstractFormatTagHandler(WikiStyle style)
-
-
Method Detail
-
begin
protected void begin(TagContext context)
- Overrides:
beginin classTagHandler
-
end
protected void end(TagContext context)
- Overrides:
endin classTagHandler
-
-