Uses of Class
org.xwiki.rendering.listener.reference.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in org.xwiki.rendering.listener.reference
Fields in org.xwiki.rendering.listener.reference declared as ResourceTypeModifier and TypeFieldDescriptionstatic final ResourceTypeResourceType.ATTACHMENTRepresents an attachment of a document.static final ResourceTypeResourceType.DATARepresents a image specified as a Data URI.static final ResourceTypeResourceType.DOCUMENTRepresents a Document.static final ResourceTypeResourceType.ICONRepresents an icon.static final ResourceTypeResourceType.INTERWIKIRepresents a document in another wiki.static final ResourceTypeResourceType.MAILTORepresents a mail.static final ResourceTypeResourceType.PAGERepresents a Page.static final ResourceTypeResourceType.PAGE_ATTACHMENTRepresents an attachment of a page.static final ResourceTypeResourceType.PATHRepresents a relative URL in the current wiki.static final ResourceTypeResourceType.SPACERepresents a Space.static final ResourceTypeResourceType.UNCRepresents a UNC (Universal Naming Convention) (eg "\\myserver\myshare\mydoc.txt").static final ResourceTypeResourceType.UNKNOWNSpecial type to be used when the type of the resource is not known.static final ResourceTypeResourceType.URLRepresents an URL.static final ResourceTypeResourceType.USERRepresents a user.Methods in org.xwiki.rendering.listener.reference that return ResourceTypeMethods in org.xwiki.rendering.listener.reference with parameters of type ResourceTypeConstructors in org.xwiki.rendering.listener.reference with parameters of type ResourceType -
Uses of ResourceType in org.xwiki.rendering.parser
Methods in org.xwiki.rendering.parser that return ResourceType