Class TableTagHandler
- java.lang.Object
-
- org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
-
- org.xwiki.rendering.wikimodel.xhtml.handler.TableTagHandler
-
public class TableTagHandler extends TagHandler
- Since:
- 4.0M1
- Version:
- $Id: 9bd676fd2c4c6bb7ad4338b6e2d6464e111a8269 $
-
-
Constructor Summary
Constructors Constructor Description TableTagHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
begin(TagContext context)
protected void
end(TagContext context)
boolean
isBlockHandler(TagContext context)
-
Methods inherited from class org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
beginDocument, beginDocument, beginElement, endDocument, endElement, initialize, isAccumulateContent, isContentContainer, sendEmptyLines, sendEmptyLines, setAccumulateContent
-
-
-
-
Method Detail
-
isBlockHandler
public boolean isBlockHandler(TagContext context)
- Overrides:
isBlockHandler
in classTagHandler
- Returns:
- true if the current handler handles block tags (paragraphs, lists, tables, headers, etc)
-
begin
protected void begin(TagContext context)
- Overrides:
begin
in classTagHandler
-
end
protected void end(TagContext context)
- Overrides:
end
in classTagHandler
-
-