org.xwiki.rendering.wiki
@Role public interface WikiModel
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentEditURL(ResourceReference documentReference) |
String |
getDocumentViewURL(ResourceReference documentReference) |
String |
getImageURL(ResourceReference imageReference,
Map<String,String> parameters) |
String |
getLinkURL(ResourceReference linkReference) |
boolean |
isDocumentAvailable(ResourceReference documentReference) |
String getLinkURL(ResourceReference linkReference)
linkReference - the reference to the link resourceString getImageURL(ResourceReference imageReference, Map<String,String> parameters)
imageReference - the reference to the image resourceparameters - the optional parameters passed to the image reference (width, height, etc)boolean isDocumentAvailable(ResourceReference documentReference)
documentReference - the reference to the documentString getDocumentViewURL(ResourceReference documentReference)
documentReference - the reference to the documentString getDocumentEditURL(ResourceReference documentReference)
documentReference - the reference to the documentCopyright © 2004-2013 XWiki. All Rights Reserved.