public class EntityReferenceConverter extends Object
| Constructor and Description |
|---|
EntityReferenceConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference |
convert(org.xwiki.model.reference.AttachmentReference attachmentReference) |
org.xwiki.model.reference.AttachmentReference |
convert(org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference clientAttachmentReference) |
org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference |
convert(org.xwiki.model.reference.DocumentReference documentReference) |
org.xwiki.model.reference.EntityReference |
convert(org.xwiki.gwt.wysiwyg.client.wiki.EntityReference clientEntityReference)
Converts an entity reference received from the client to an entity
reference to be used on the server.
|
org.xwiki.gwt.wysiwyg.client.wiki.EntityReference |
convert(org.xwiki.model.reference.EntityReference serverEntityReference)
Converts an entity reference used on the server side to an entity reference
to be sent to the client.
|
org.xwiki.model.reference.DocumentReference |
convert(org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference reference) |
public org.xwiki.model.reference.EntityReference convert(org.xwiki.gwt.wysiwyg.client.wiki.EntityReference clientEntityReference)
clientEntityReference - a client-side entity referencepublic org.xwiki.gwt.wysiwyg.client.wiki.EntityReference convert(org.xwiki.model.reference.EntityReference serverEntityReference)
serverEntityReference - a server-side entity referencepublic org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference convert(org.xwiki.model.reference.DocumentReference documentReference)
documentReference - a document referencepublic org.xwiki.model.reference.DocumentReference convert(org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference reference)
reference - a wiki page referencepublic org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference convert(org.xwiki.model.reference.AttachmentReference attachmentReference)
attachmentReference - an attachment referencepublic org.xwiki.model.reference.AttachmentReference convert(org.xwiki.gwt.wysiwyg.client.wiki.AttachmentReference clientAttachmentReference)
clientAttachmentReference - a client attachment referenceCopyright © 2003–2014 eXo Platform SAS. All rights reserved.