Servlet: ViewSettings
API Support | Since PageSeeder | Last updated | Documentation Date |
---|---|---|---|
3.3000 | 4.6000 | 18 December 2017 |
Description
This servlet has been removed as of PageSeeder v6. Use Server properties service instead.
Displays PageSeeder settings (properties from configuration files).
In the output, each configuration file is an XML element with the list of properties as children.
XML returned
The XML includes all settings from all the properties files.
<?xml version="1.0" encoding="UTF-8"?> <root> <wo-constant>...</wo-constant> <wo-jsessionid>...</wo-jsessionid> <wo-request>...</wo-request> <!-- for each setting of each properties file--> <setting name="[name]" type="[type]">[value]</setting> ... </root>
The @type
attribute is the name of the properties file and is one of global
, database
, jpox
, mime
, template
, groupdefault
, group
, project
.
HTTP Method: GET
HTTP Parameters
Name | Description | Required | Type |
---|---|---|---|
action | An action to run as well as loading the settings (the only accepted value is ‘reload’) | no | string |