Skip to main content

 Version 5

Legacy documentation for PageSeeder v5

Servlet: ViewSettings

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

NameDescriptionRequiredType
actionAn action to run as well as loading the settings (the only accepted value is ‘reload’)nostring
Created on , last edited on