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 String
FORMATPARAMETERS
static String
FORMATSTYLEPARAMETER
static String
FORMATWIKISTYLE
-
Constructor Summary
Constructors Modifier Constructor Description AbstractFormatTagHandler()
protected
AbstractFormatTagHandler(WikiStyle style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
begin(TagContext context)
protected void
end(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:
begin
in classTagHandler
-
end
protected void end(TagContext context)
- Overrides:
end
in classTagHandler
-
-