Package org.xwiki.resource

Interface Summary
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 Summary
AbstractResource Base XWiki Resource implementation common to all extending classes.
EntityResource Represents an XWiki Resource pointing to an Entity (Document, Space, Wiki, Object, etc).
 

Enum Summary
ResourceType Represents a type of XWiki Resource (Entity Resource, skin file Resource, etc).
 

Exception Summary
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.