Uses of Interface
org.xwiki.rendering.wikimodel.IWemListenerSemantic
-
-
Uses of IWemListenerSemantic in org.xwiki.rendering.wikimodel
Subinterfaces of IWemListenerSemantic 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 IWemListenerSemantic 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 IWemListenerSemantic Modifier and Type Field Description protected IWemListenerSemantic
AgregatingWemListener. fSemanticListener
Methods in org.xwiki.rendering.wikimodel that return IWemListenerSemantic Modifier and Type Method Description IWemListenerSemantic
AgregatingWemListener. getSemanticListener()
Methods in org.xwiki.rendering.wikimodel with parameters of type IWemListenerSemantic Modifier and Type Method Description void
AgregatingWemListener. setSemanticListener(IWemListenerSemantic semanticListener)
-
Uses of IWemListenerSemantic in org.xwiki.rendering.wikimodel.jspwiki
Classes in org.xwiki.rendering.wikimodel.jspwiki that implement IWemListenerSemantic Modifier and Type Class Description class
JspWikiSerializer
Not ready yet. -
Uses of IWemListenerSemantic in org.xwiki.rendering.wikimodel.xhtml
Classes in org.xwiki.rendering.wikimodel.xhtml that implement IWemListenerSemantic Modifier and Type Class Description class
PrintInlineListener
class
PrintListener
-
Uses of IWemListenerSemantic in org.xwiki.rendering.wikimodel.xwiki.xwiki10
Classes in org.xwiki.rendering.wikimodel.xwiki.xwiki10 that implement IWemListenerSemantic Modifier and Type Class Description class
XWikiSerializer
Serializing XWiki 1.0 syntax ... -
Uses of IWemListenerSemantic in org.xwiki.rendering.wikimodel.xwiki.xwiki20
Classes in org.xwiki.rendering.wikimodel.xwiki.xwiki20 that implement IWemListenerSemantic Modifier and Type Class Description class
XWikiSerializer2
Serializing XWiki 2.0 syntax ...
-