| Interface | Description |
|---|---|
| Resource |
Represents a XWiki Resource (Entity Resource, Attachment Resource, Template Resource, etc).
|
| ResourceFactory<T,U extends Resource> |
Transforms some representation of an XWiki Resource into a
Resource instance. |
| ResourceManager |
Allow getting the
Resource object from the Execution Context. |
| ResourceSerializer<T> |
Transforms a XWiki Resource instance into some other representation.
|
| Class | Description |
|---|---|
| AbstractResource |
Base XWiki Resource implementation common to all extending classes.
|
| ActionId |
Represents the action to be executed on a Resource (eg "view", "delete", "get", etc).
|
| EntityResource |
Represents an XWiki Resource pointing to an Entity (Document, Space, Wiki, Object, etc).
|
| Enum | Description |
|---|---|
| ResourceType |
Represents a type of XWiki Resource (Entity Resource, skin file Resource, etc).
|
| Exception | Description |
|---|---|
| ResourceCreationException |
Means that an error occurred while trying to construct an
Resource object. |
| UnsupportedResourceException |
Means the Resource is of a type for which we don't have any parser.
|
Copyright © 2004–2014 XWiki. All rights reserved.