Package org.xwiki.rendering.listener.chaining
package org.xwiki.rendering.listener.chaining
-
ClassDescriptionDefault and basic implementation of a chaining listener that knows how to delegate event calls to the next listener in the chain.Indicates block element for which we are inside and previous blocks.A listener that can be chained with other chaining listeners using a chain.Counts consecutive new lines.Allow knowing if a container block (a block which can have children) has children or not.Stores event types and offers a way to call a stored event.Provides information on whether we're inside a group.Stores information about the listeners in the chain and the order in which they need to be called.Stores events without emitting them back in order to accumulate them and to provide a lookahead feature.Provides the accumulated MetaData for all the previous blocks.A chaining listener that can be stacked in the
ListenerChain.