Class TableRowTagHandler
- java.lang.Object
-
- org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
-
- org.xwiki.rendering.wikimodel.xhtml.handler.TableRowTagHandler
-
public class TableRowTagHandler extends TagHandler
- Since:
- 4.0M1
- Version:
- $Id: b3dca8004698689b27ea62d2ace156ff9a1d79bc $
-
-
Constructor Summary
Constructors Constructor Description TableRowTagHandler()
-
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
-
-
-
-
Method Detail
-
begin
protected void begin(TagContext context)
- Overrides:
begin
in classTagHandler
-
end
protected void end(TagContext context)
- Overrides:
end
in classTagHandler
-
-