Uses of Class
org.xwiki.rendering.listener.chaining.AbstractChainingListener
-
Packages that use AbstractChainingListener Package Description 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 Modifier and Type Class Description classBlockStateChainingListenerIndicates block element for which we are inside and previous blocks.classConsecutiveNewLineStateChainingListenerCounts consecutive new lines.classEmptyBlockChainingListenerAllow knowing if a container block (a block which can have children) has children or not.classGroupStateChainingListenerProvides information on whether we're inside a group.classLookaheadChainingListenerStores events without emitting them back in order to accumulate them and to provide a lookahead feature.classMetaDataStateChainingListenerProvides the accumulated MetaData for all the previous blocks. -
Uses of AbstractChainingListener in org.xwiki.rendering.renderer
Subclasses of AbstractChainingListener in org.xwiki.rendering.renderer Modifier and Type Class Description classAbstractChainingPrintRenderer
-