Uses of Class
org.xwiki.rendering.listener.chaining.AbstractChainingListener

Packages that use AbstractChainingListener
org.xwiki.rendering.listener.chaining   
org.xwiki.rendering.renderer   
 

Uses of AbstractChainingListener in org.xwiki.rendering.listener.chaining
 

Subclasses of AbstractChainingListener in org.xwiki.rendering.listener.chaining
 class BlockStateChainingListener
          Indicates block element for which we are inside and previous blocks.
 class ConsecutiveNewLineStateChainingListener
          Counts consecutive new lines.
 class EmptyBlockChainingListener
          Allow knowing if a container block (a block which can have children) has children or not.
 class GroupStateChainingListener
          Provides information on whether we're inside a group.
 class LookaheadChainingListener
          Stores events without emitting them back in order to accumulate them and to provide a lookahead feature.
 class MetaDataStateChainingListener
          Provides the accumulated MetaData for all the previous blocks.
 

Uses of AbstractChainingListener in org.xwiki.rendering.renderer
 

Subclasses of AbstractChainingListener in org.xwiki.rendering.renderer
 class AbstractChainingPrintRenderer
           
 



Copyright © 2004–2013 XWiki. All rights reserved.