|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceReference | |
|---|---|
| org.xwiki.gwt.wysiwyg.client.wiki | |
| Uses of ResourceReference in org.xwiki.gwt.wysiwyg.client.wiki |
|---|
| Methods in org.xwiki.gwt.wysiwyg.client.wiki that return ResourceReference | |
|---|---|
ResourceReference |
ResourceReference.clone()
|
ResourceReference |
EntityLink.getDestination()
|
ResourceReference |
WikiService.parseLinkReference(java.lang.String linkReference,
EntityReference baseReference)
Parses the given link reference and extracts a reference to the linked resource. |
| Methods in org.xwiki.gwt.wysiwyg.client.wiki with parameters of type ResourceReference | |
|---|---|
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. |
| Method parameters in org.xwiki.gwt.wysiwyg.client.wiki with type arguments of type ResourceReference | |
|---|---|
void |
WikiServiceAsyncCacheProxy.parseLinkReference(java.lang.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(java.lang.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. |
| Constructors in org.xwiki.gwt.wysiwyg.client.wiki with parameters of type ResourceReference | |
|---|---|
EntityLink(EntityReference origin,
ResourceReference destination,
T data)
Explicit constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||