Uses of Interface
org.xwiki.rendering.listener.Listener
Packages that use Listener
Package
Description
Represents content elements (Paragraph, Header, List, Styles, etc) as Blocks and a full document content is
represented by a XDOM object.
-
Uses of Listener in org.xwiki.rendering.block
Methods in org.xwiki.rendering.block with parameters of type ListenerModifier and TypeMethodDescriptionvoidSendListenerevents corresponding to the end of the block.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidSendListenerevents corresponding to the start of the block.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidLet the block sendListenerevents corresponding to its content.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of Listener in org.xwiki.rendering.listener
Classes in org.xwiki.rendering.listener that implement ListenerModifier and TypeClassDescriptionclassSend events to a list ofListeners.classWrap a listener and skip begin/endDocument events.classManage aQueueof events.classAutomatically generate section events from header events.classA Listener that does nothing.classA Listener wrapping another Listener.Methods in org.xwiki.rendering.listener that return ListenerModifier and TypeMethodDescriptionCompositeListener.getListener(int i) Get listener at the provided position in the list.WrappingListener.getWrappedListener()Methods in org.xwiki.rendering.listener with parameters of type ListenerModifier and TypeMethodDescriptionvoidCompositeListener.addListener(Listener listener) Add a nex listener to the list.voidQueueListener.consumeEvents(Listener listener) Send all stored events to providedListener.voidWrappingListener.setWrappedListener(Listener listener) Constructors in org.xwiki.rendering.listener with parameters of type Listener -
Uses of Listener in org.xwiki.rendering.listener.chaining
Subinterfaces of Listener in org.xwiki.rendering.listener.chainingModifier and TypeInterfaceDescriptioninterfaceA listener that can be chained with other chaining listeners using a chain.interfaceA chaining listener that can be stacked in theListenerChain.Classes in org.xwiki.rendering.listener.chaining that implement ListenerModifier and TypeClassDescriptionclassDefault and basic implementation of a chaining listener that knows how to delegate event calls to the next listener in the chain.classIndicates block element for which we are inside and previous blocks.classCounts consecutive new lines.classAllow knowing if a container block (a block which can have children) has children or not.classProvides information on whether we're inside a group.classStores events without emitting them back in order to accumulate them and to provide a lookahead feature.classProvides the accumulated MetaData for all the previous blocks.Methods in org.xwiki.rendering.listener.chaining with parameters of type Listener -
Uses of Listener in org.xwiki.rendering.parser
Methods in org.xwiki.rendering.parser with parameters of type Listener -
Uses of Listener in org.xwiki.rendering.parser.xml
Methods in org.xwiki.rendering.parser.xml with parameters of type ListenerModifier and TypeMethodDescriptionContentHandlerStreamParserFactory.createParser(Listener listener) voidContentHandlerStreamParser.setListener(Listener listener) -
Uses of Listener in org.xwiki.rendering.renderer
Subinterfaces of Listener in org.xwiki.rendering.rendererModifier and TypeInterfaceDescriptioninterfaceA Print Renderer is aRendererthat outputs its results to aWikiPrinter.interfaceA special type of Listener which writes data somewhere.Classes in org.xwiki.rendering.renderer that implement Listener -
Uses of Listener in org.xwiki.rendering.renderer.xml
Subinterfaces of Listener in org.xwiki.rendering.renderer.xmlModifier and TypeInterfaceDescriptioninterfaceConvert rendering events into SAX events.