filterui
Build and return the filtering UI in HTML format.
Description
The specified filter file for the requested publication language version is run against (filter_ui.xsl) to create the filtering UI HTML page (modal). Highlighted features reflect the user's current personalization, if any.
Parameters
- action
- filterui
- docid
- The document id of requested resource.
- resource
- The name of the requested resource.
- filename
- filename of requested resource.
- lang
- A language version of a publication.
- pub
- A publication, which is a logical grouping of information (topics and multimedia) related to a specific subject, containing one or more language versions.
Example URL
http://<host>:<port>/<context>/web/content.xql?action=filterui&docid=<value>&resource=<value>&filename=<value>&lang=<value>&pub=<value>
Successful Result
Returns an HTML page showing the filtering UI, based on the requested pub language version and current personalization, if any.
Failed Result
404 error if language version is not visible or if the filter file is not available.
Permission exception if user does not have 'Use application' permission.