| Modifier and Type | Interface and Description |
|---|---|
interface |
ResourceFactory<T,U extends Resource>
Transforms some representation of an XWiki Resource into a
Resource instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResource
Base XWiki Resource implementation common to all extending classes.
|
class |
EntityResource
Represents an XWiki Resource pointing to an Entity (Document, Space, Wiki, Object, etc).
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
ResourceManager.getResource() |
| Modifier and Type | Method and Description |
|---|---|
T |
ResourceSerializer.serialize(Resource resource)
Transforms a XWiki Resource instance into some other representation.
|
Copyright © 2004–2014 XWiki. All rights reserved.