Uses of Class
org.xwiki.rendering.wikimodel.WikiReference

Packages that use WikiReference
org.xwiki.rendering.wikimodel   
org.xwiki.rendering.wikimodel.common   
org.xwiki.rendering.wikimodel.confluence   
org.xwiki.rendering.wikimodel.impl   
org.xwiki.rendering.wikimodel.jspwiki   
org.xwiki.rendering.wikimodel.mediawiki   
org.xwiki.rendering.wikimodel.xml   
org.xwiki.rendering.wikimodel.xwiki.xwiki20   
 

Uses of WikiReference in org.xwiki.rendering.wikimodel
 

Methods in org.xwiki.rendering.wikimodel that return WikiReference
 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
 void ReferenceHandler.handle(WikiReference ref)
           
 void IWemListenerInline.onImage(WikiReference ref)
          This method is called to notify that a structured reference was found in the text
 void PrintTextListener.onImage(WikiReference ref)
           
 void CompositeListener.onImage(WikiReference ref)
           
 void EmptyWemListener.onImage(WikiReference ref)
           
 void AgregatingWemListener.onImage(WikiReference ref)
           
 void IWemListenerInline.onReference(WikiReference ref)
          This method is called to notify that a structured reference was found in the text
 void PrintTextListener.onReference(WikiReference ref)
           
 void CompositeListener.onReference(WikiReference ref)
           
 void EmptyWemListener.onReference(WikiReference ref)
           
 void AgregatingWemListener.onReference(WikiReference ref)
           
 

Uses of WikiReference in org.xwiki.rendering.wikimodel.common
 

Methods in org.xwiki.rendering.wikimodel.common that return WikiReference
 WikiReference CommonWikiReferenceParser.parse(String str)
           
 

Uses of WikiReference in org.xwiki.rendering.wikimodel.confluence
 

Methods in org.xwiki.rendering.wikimodel.confluence that return WikiReference
 WikiReference ConfluenceImageWikiReferenceParser.parse(String str)
           
 WikiReference ConfluenceWikiReferenceParser.parse(String str)
           
 

Uses of WikiReference in org.xwiki.rendering.wikimodel.impl
 

Methods in org.xwiki.rendering.wikimodel.impl with parameters of type WikiReference
 void IWikiScannerContext.onImage(WikiReference ref)
           
 void WikiScannerContext.onImage(WikiReference ref)
           
 void InternalWikiScannerContext.onImage(WikiReference ref)
           
 void IWikiScannerContext.onReference(WikiReference ref)
           
 void WikiScannerContext.onReference(WikiReference ref)
           
 void InternalWikiScannerContext.onReference(WikiReference ref)
           
 

Uses of WikiReference in org.xwiki.rendering.wikimodel.jspwiki
 

Methods in org.xwiki.rendering.wikimodel.jspwiki with parameters of type WikiReference
 void JspWikiSerializer.onImage(WikiReference ref)
           
 void JspWikiSerializer.onReference(WikiReference ref)
           
 

Uses of WikiReference in org.xwiki.rendering.wikimodel.mediawiki
 

Methods in org.xwiki.rendering.wikimodel.mediawiki that return WikiReference
 WikiReference MediaWikiReferenceParser.parse(String str)
           
 

Uses of WikiReference in org.xwiki.rendering.wikimodel.xml
 

Methods in org.xwiki.rendering.wikimodel.xml with parameters of type WikiReference
 void WemInlineTagNotifier.onImage(WikiReference ref)
           
 void WemInlineTagNotifier.onReference(WikiReference ref)
           
protected  Map<String,String> AbstractTagNotifier.tagParams(WikiReference ref)
           
protected  Map<String,String> AbstractTagNotifier.userParams(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
 void XWikiSerializer2.onImage(WikiReference ref)
           
protected  void XWikiSerializer2.onImageThumbnail(WikiReference ref)
          Special case when detected, that there are image thumbnail.
 



Copyright © 2004–2013 XWiki. All rights reserved.