Class ListItemTagHandler
- java.lang.Object
-
- org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
-
- org.xwiki.rendering.wikimodel.xhtml.handler.ListItemTagHandler
-
- Direct Known Subclasses:
DefinitionDescriptionTagHandler
,DefinitionTermTagHandler
public class ListItemTagHandler extends TagHandler
- Since:
- 4.0M1
- Version:
- $Id: c2b6be8c9b74846bb4ebbf77e8d7d70850c75774 $
-
-
Constructor Summary
Constructors Constructor Description ListItemTagHandler()
ListItemTagHandler(boolean contentContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
begin(String markup, TagContext context)
void
begin(TagContext context)
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
-
-
-
-
Method Detail
-
begin
public void begin(TagContext context)
- Overrides:
begin
in classTagHandler
-
begin
protected void begin(String markup, TagContext context)
-
end
public void end(TagContext context)
- Overrides:
end
in classTagHandler
-
-