Servlet: XRefLoaderServlet
API Support | Since PageSeeder | Last updated | Documentation Date |
---|---|---|---|
4.9008 | 5.7910 | 18 December 2017 |
Description
This servlet has been removed as of PageSeeder v6. Use services instead.
Returns all xrefs from the given URI.
Use the depth parameter to load xrefs from linked URIs as well.
Use the loadReverse parameter to load Reverse xrefs.
Use the ps-release and ps-releaseStatus parameters to load a specific version of the URI (and sub-URIS).
HTTP method: GET
Load the XRefs for the given URI.
HTTP parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
uri | URI ID (required if path is not specified) | conditional | string | |
path | URI path (required if uri is not specified) | conditional | string | |
host | URI host, used only when path is specified (optional, default is request’s host) | no | string | |
port | URI port, used only when path is specified (optional, default is request's port) | no | string | |
depth | The depth of xrefs recursion to use (optional) | no | string | 1 |
loadReverse | If true , the Reverse XRefs are loaded as well (optional) | no | true|false | false |
includeTypes | A comma-separated list of types of xrefs to includes (optional, all xrefs are loaded if not specified) | no | string | |
ps-release | A release to load for the main document (optional, current release is loaded if not specified) | no | string | |
page | The page to load | no | integer | 1 |
pagesize | The number of results per page | no | integer | 200 |