Uses of Class
org.xwiki.rendering.wikimodel.WikiReference
-
-
Uses of WikiReference in org.xwiki.rendering.wikimodel
Methods in org.xwiki.rendering.wikimodel that return WikiReference Modifier and Type Method Description WikiReference
IWikiReferenceParser. parse(String str)
Parses the given reference, recognizes individual parts of this reference (link, label, parameters) and returns the corresponding reference object.WikiReference
WikiReferenceParser. parse(String str)
Methods in org.xwiki.rendering.wikimodel with parameters of type WikiReference Modifier and Type Method Description void
ReferenceHandler. handle(WikiReference ref)
void
AgregatingWemListener. onImage(WikiReference ref)
void
CompositeListener. onImage(WikiReference ref)
void
EmptyWemListener. onImage(WikiReference ref)
void
IWemListenerInline. onImage(WikiReference ref)
This method is called to notify that a structured reference was found in the textvoid
PrintTextListener. onImage(WikiReference ref)
void
AgregatingWemListener. onReference(WikiReference ref)
void
CompositeListener. onReference(WikiReference ref)
void
EmptyWemListener. onReference(WikiReference ref)
void
IWemListenerInline. onReference(WikiReference ref)
This method is called to notify that a structured reference was found in the textvoid
PrintTextListener. onReference(WikiReference ref)
-
Uses of WikiReference in org.xwiki.rendering.wikimodel.common
Methods in org.xwiki.rendering.wikimodel.common that return WikiReference Modifier and Type Method Description WikiReference
CommonWikiReferenceParser. parse(String str)
-
Uses of WikiReference in org.xwiki.rendering.wikimodel.impl
Methods in org.xwiki.rendering.wikimodel.impl with parameters of type WikiReference Modifier and Type Method Description void
InternalWikiScannerContext. onImage(WikiReference ref)
void
IWikiScannerContext. onImage(WikiReference ref)
void
WikiScannerContext. onImage(WikiReference ref)
void
InternalWikiScannerContext. onReference(WikiReference ref)
void
IWikiScannerContext. onReference(WikiReference ref)
void
WikiScannerContext. onReference(WikiReference ref)
-
Uses of WikiReference in org.xwiki.rendering.wikimodel.jspwiki
Methods in org.xwiki.rendering.wikimodel.jspwiki with parameters of type WikiReference Modifier and Type Method Description void
JspWikiSerializer. onImage(WikiReference ref)
void
JspWikiSerializer. onReference(WikiReference ref)
-
Uses of WikiReference in org.xwiki.rendering.wikimodel.xwiki.xwiki20
Methods in org.xwiki.rendering.wikimodel.xwiki.xwiki20 with parameters of type WikiReference Modifier and Type Method Description void
XWikiSerializer2. onImage(WikiReference ref)
protected void
XWikiSerializer2. onImageThumbnail(WikiReference ref)
Special case when detected, that there are image thumbnail.
-