Uses of Interface
org.xwiki.rendering.wikimodel.IWemListenerSimpleBlocks
-
-
Uses of IWemListenerSimpleBlocks in org.xwiki.rendering.wikimodel
Subinterfaces of IWemListenerSimpleBlocks in org.xwiki.rendering.wikimodel Modifier and Type Interface Description interface
IWemListener
This interface is a marker for classes implementing all WEM listeners.Classes in org.xwiki.rendering.wikimodel that implement IWemListenerSimpleBlocks Modifier and Type Class Description class
AgregatingWemListener
class
CompositeListener
A composite listener which delegates each listener method call to multiple listeners registered in this composite listener.class
EmptyWemListener
class
EventDumpListener
This is a dump listener generating text traces of events for every listener call.class
PrintTextListener
Fields in org.xwiki.rendering.wikimodel declared as IWemListenerSimpleBlocks Modifier and Type Field Description protected IWemListenerSimpleBlocks
AgregatingWemListener. fBlockListener
Methods in org.xwiki.rendering.wikimodel that return IWemListenerSimpleBlocks Modifier and Type Method Description IWemListenerSimpleBlocks
AgregatingWemListener. getBlockListener()
Methods in org.xwiki.rendering.wikimodel with parameters of type IWemListenerSimpleBlocks Modifier and Type Method Description void
AgregatingWemListener. setBlockListener(IWemListenerSimpleBlocks blockListener)
-
Uses of IWemListenerSimpleBlocks in org.xwiki.rendering.wikimodel.jspwiki
Classes in org.xwiki.rendering.wikimodel.jspwiki that implement IWemListenerSimpleBlocks Modifier and Type Class Description class
JspWikiSerializer
Not ready yet. -
Uses of IWemListenerSimpleBlocks in org.xwiki.rendering.wikimodel.xhtml
Classes in org.xwiki.rendering.wikimodel.xhtml that implement IWemListenerSimpleBlocks Modifier and Type Class Description class
PrintInlineListener
class
PrintListener
-
Uses of IWemListenerSimpleBlocks in org.xwiki.rendering.wikimodel.xwiki.xwiki10
Classes in org.xwiki.rendering.wikimodel.xwiki.xwiki10 that implement IWemListenerSimpleBlocks Modifier and Type Class Description class
XWikiSerializer
Serializing XWiki 1.0 syntax ... -
Uses of IWemListenerSimpleBlocks in org.xwiki.rendering.wikimodel.xwiki.xwiki20
Classes in org.xwiki.rendering.wikimodel.xwiki.xwiki20 that implement IWemListenerSimpleBlocks Modifier and Type Class Description class
XWikiSerializer2
Serializing XWiki 2.0 syntax ...
-