Class TeletypeTagHandler
- java.lang.Object
-
- org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
-
- org.xwiki.rendering.wikimodel.xhtml.handler.AbstractFormatTagHandler
-
- org.xwiki.rendering.wikimodel.xhtml.handler.TeletypeTagHandler
-
public class TeletypeTagHandler extends AbstractFormatTagHandler
- Since:
- 4.0M1
- Version:
- $Id: 5b2222cfca5f37544dc61f05fc18f47b88d412dd $
-
-
Field Summary
-
Fields inherited from class org.xwiki.rendering.wikimodel.xhtml.handler.AbstractFormatTagHandler
FORMATPARAMETERS, FORMATSTYLEPARAMETER, FORMATWIKISTYLE
-
-
Constructor Summary
Constructors Constructor Description TeletypeTagHandler()
-
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 classAbstractFormatTagHandler
-
end
protected void end(TagContext context)
- Overrides:
end
in classAbstractFormatTagHandler
-
-