See: Description
| Interface | Description |
|---|---|
| URLConfiguration |
Configuration options for the URL module.
|
| URLNormalizer<T> |
Normalize a relative URL.
|
| Class | Description |
|---|---|
| ExtendedURL |
Extend a
URL by providing access to the URL path segments (URL-decoded). |
Offers APIs to convert URLs into Resource Reference objects and vice-versa.
All XWiki modules should use this API when they need to manipulate URLs and should not manipulate the JDK's URL class. The reasons are:
The only places where it's allowed to see the JDK's URL class is in system boundary code, in code accepting an external URL and transforming it into a XWiki Resource Reference and in code generating a URL from a XWiki Resource Reference for outside processes.
Copyright © 2004–2014 XWiki. All rights reserved.