| Package | Description |
|---|---|
| org.xwiki.gwt.wysiwyg.client.wiki |
| Modifier and Type | Method and Description |
|---|---|
ResourceReference |
ResourceReference.clone() |
ResourceReference |
EntityLink.getDestination() |
ResourceReference |
WikiService.parseLinkReference(String linkReference,
EntityReference baseReference)
Parses the given link reference and extracts a reference to the linked resource.
|
| Modifier and Type | Method and Description |
|---|---|
EntityConfig |
WikiService.getEntityConfig(EntityReference origin,
ResourceReference destination)
Creates an entity link configuration object (URL, link reference) for a link with the specified origin and
destination.
|
void |
WikiServiceAsyncCacheProxy.getEntityConfig(EntityReference base,
ResourceReference target,
com.google.gwt.user.client.rpc.AsyncCallback<EntityConfig> async)
Creates an entity link configuration object (URL, reference) for a link with the specified origin and
destination.
|
void |
WikiServiceAsync.getEntityConfig(EntityReference origin,
ResourceReference destination,
com.google.gwt.user.client.rpc.AsyncCallback<EntityConfig> async)
Creates an entity link configuration object (URL, reference) for a link with the specified origin and
destination.
|
void |
EntityLink.setDestination(ResourceReference destination)
Sets the link destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WikiServiceAsyncCacheProxy.parseLinkReference(String linkReference,
EntityReference baseReference,
com.google.gwt.user.client.rpc.AsyncCallback<ResourceReference> async)
Parses the given link reference and extracts a reference to the linked resource.
|
void |
WikiServiceAsync.parseLinkReference(String linkReferenceAsString,
EntityReference baseReference,
com.google.gwt.user.client.rpc.AsyncCallback<ResourceReference> async)
Parses the given link reference and extracts a reference to the linked resource.
|
| Constructor and Description |
|---|
EntityLink(EntityReference origin,
ResourceReference destination,
T data)
Explicit constructor.
|
Copyright © 2004–2014 XWiki. All rights reserved.