A C G O S T U V X

A

AbstractXWikiURL - Class in org.xwiki.url
Base XWikiURL implementation common to all extending classes.
AbstractXWikiURL(XWikiURLType) - Constructor for class org.xwiki.url.AbstractXWikiURL
 
addParameter(String, String) - Method in class org.xwiki.url.AbstractXWikiURL
 
addParameter(String, String) - Method in interface org.xwiki.url.XWikiURL
 

C

createURL(T, Map<String, Object>) - Method in interface org.xwiki.url.XWikiURLFactory
Transforms some representation of a XWiki URL into a XWikiURL instance.

G

getAction() - Method in class org.xwiki.url.XWikiEntityURL
 
getEntityReference() - Method in class org.xwiki.url.XWikiEntityURL
 
getLocale() - Method in class org.xwiki.url.XWikiEntityURL
 
getParameters() - Method in class org.xwiki.url.AbstractXWikiURL
 
getParameters() - Method in interface org.xwiki.url.XWikiURL
A XWiki URL parameter provides optional additional information about the URL.
getParameterValue(String) - Method in class org.xwiki.url.AbstractXWikiURL
 
getParameterValue(String) - Method in interface org.xwiki.url.XWikiURL
 
getParameterValues(String) - Method in class org.xwiki.url.AbstractXWikiURL
 
getParameterValues(String) - Method in interface org.xwiki.url.XWikiURL
 
getRevision() - Method in class org.xwiki.url.XWikiEntityURL
 
getType() - Method in class org.xwiki.url.AbstractXWikiURL
 
getType() - Method in interface org.xwiki.url.XWikiURL
 
getURLFormatId() - Method in interface org.xwiki.url.URLConfiguration
 
getXWikiURL() - Method in interface org.xwiki.url.XWikiURLManager
 

O

org.xwiki.url - package org.xwiki.url
Offers APIs to convert URLs into XWiki URL objects and vice-versa.

S

serialize(XWikiURL) - Method in interface org.xwiki.url.XWikiURLSerializer
Transforms a XWiki URL instance into some other representation.
setAction(String) - Method in class org.xwiki.url.XWikiEntityURL
 
setEntityReference(EntityReference) - Method in class org.xwiki.url.XWikiEntityURL
 
setLocale(Locale) - Method in class org.xwiki.url.XWikiEntityURL
 
setRevision(String) - Method in class org.xwiki.url.XWikiEntityURL
 
setType(XWikiURLType) - Method in class org.xwiki.url.AbstractXWikiURL
 

T

TYPE_URL_XWIKIURL - Static variable in interface org.xwiki.url.XWikiURLFactory
Type instance for XWikiURLFactory<URL, XWikiURL>.

U

UnsupportedURLException - Exception in org.xwiki.url
Means the URL is of a type for which we don't have any parser.
UnsupportedURLException(String) - Constructor for exception org.xwiki.url.UnsupportedURLException
 
UnsupportedURLException(String, Throwable) - Constructor for exception org.xwiki.url.UnsupportedURLException
 
URL_CONTEXT_PROPERTY - Static variable in interface org.xwiki.url.XWikiURLManager
Key under which the XWIKI URL is put in the Execution Context.
URLConfiguration - Interface in org.xwiki.url
Configuration options for the URL module.
URLCreationException - Exception in org.xwiki.url
Means that an error occurred while trying to construct an XWikiURL object.
URLCreationException(String) - Constructor for exception org.xwiki.url.URLCreationException
 
URLCreationException(String, Throwable) - Constructor for exception org.xwiki.url.URLCreationException
 

V

valueOf(String) - Static method in enum org.xwiki.url.XWikiURLType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.url.XWikiURLType
Returns an array containing the constants of this enum type, in the order they are declared.

X

XWikiEntityURL - Class in org.xwiki.url
Represents a XWiki URL pointing to an Entity (Document, Attachment, etc).
XWikiEntityURL(EntityReference) - Constructor for class org.xwiki.url.XWikiEntityURL
 
XWikiURL - Interface in org.xwiki.url
Represents a XWiki URL.
XWikiURLFactory<T,U extends XWikiURL> - Interface in org.xwiki.url
Transforms some representation of an XWiki URL into a XWikiURL instance.
XWikiURLManager - Interface in org.xwiki.url
Allow getting the XWikiURL object from the Execution Context.
XWikiURLSerializer<T> - Interface in org.xwiki.url
Transforms a XWiki URL instance into some other representation.
XWikiURLType - Enum in org.xwiki.url
Represents a type of XWiki URL (URL to an Entity, URL to a skin file, etc).

A C G O S T U V X

Copyright © 2004-2013 XWiki. All Rights Reserved.