| Package | Description |
|---|---|
| org.xwiki.rendering.listener.reference | |
| org.xwiki.rendering.parser |
| Modifier and Type | Field and Description |
|---|---|
static ResourceType |
ResourceType.ATTACHMENT
Represents an attachment.
|
static ResourceType |
ResourceType.DATA
Represents a image specified as a Data URI.
|
static ResourceType |
ResourceType.DOCUMENT
Represents a Document.
|
static ResourceType |
ResourceType.ICON
Represents an icon.
|
static ResourceType |
ResourceType.INTERWIKI
Represents a document in another wiki.
|
static ResourceType |
ResourceType.MAILTO
Represents a mail.
|
static ResourceType |
ResourceType.PATH
Represents a relative URL in the current wiki.
|
static ResourceType |
ResourceType.UNC
Represents a UNC (Universal Naming Convention) (eg "\\myserver\myshare\mydoc.txt").
|
static ResourceType |
ResourceType.UNKNOWN
Special type to be used when the type of the resource is not known.
|
static ResourceType |
ResourceType.URL
Represents an URL.
|
static ResourceType |
ResourceType.USER
Represents a user.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
ResourceReference.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceReference.setType(ResourceType type) |
| Constructor and Description |
|---|
ResourceReference(String reference,
ResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
ResourceReferenceTypeParser.getType() |
Copyright © 2004–2014 XWiki. All rights reserved.