Servlet: MoveURIs
API Support | Since PageSeeder | Last updated | Documentation Date |
---|---|---|---|
2.3100 | 2.3100 | 18 December 2017 |
Description
This servlet has been removed as of PageSeeder v6. Use services instead.
Handles moving URIs and Group URIs to new paths.
HTTP method: GET
Returns a form for specifying HTTP parameters used by POST method.
HTTP method: POST
Actually performs the move operation.
HTTP parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
schemeOld | The scheme for the existing URIs (e.g. http, https) | yes | scheme | |
hostOld | The host for the existing URIs (e.g. http, https) | yes | host | |
portOld | The port for the existing URIs (e.g. http, https) | yes | port | |
pathOld | The path prefix for the existing URIs (e.g. /ps/acme/demo/) | yes | path | |
schemeNew | The scheme for the new URIs (e.g. http, https) | yes | scheme | |
hostNew | The host for the new URIs (e.g. http, https) | yes | host | |
portNew | The port for the new URIs (e.g. http, https) | yes | port | |
pathNew | The path prefix for the new URIs (e.g. /ps/xyz/demo/) | yes | path | |
change_guris | Also modify GroupURIs in the same way as URIs | no | yes|no | no |
addGroups | If one or more group names specified, add all XLinks for URIs to these groups | no | string |