org.xwiki.rendering.wikimodel.xhtml.handler
Class AbstractFormatTagHandler

java.lang.Object
  extended by org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
      extended by 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: 63136b51e2f811e13de7afd4d0055c6151a6a827 $

Field Summary
static String FORMATPARAMETERS
           
static String FORMATSTYLEPARAMETER
           
static String FORMATWIKISTYLE
           
 
Constructor Summary
  AbstractFormatTagHandler()
           
protected AbstractFormatTagHandler(WikiStyle style)
           
 
Method Summary
protected  void begin(XhtmlHandler.TagStack.TagContext context)
           
protected  void end(XhtmlHandler.TagStack.TagContext context)
           
 
Methods inherited from class org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
beginDocument, beginDocument, beginElement, endDocument, endElement, initialize, isAccumulateContent, isBlockHandler, isContentContainer, isDocumentContainer, requiresDocument, sendEmptyLines, sendEmptyLines, setAccumulateContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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(XhtmlHandler.TagStack.TagContext context)
Overrides:
begin in class TagHandler

end

protected void end(XhtmlHandler.TagStack.TagContext context)
Overrides:
end in class TagHandler


Copyright © 2004-2012 XWiki. All Rights Reserved.