dba/settings
library moduleRA
Summary
Settings page.
- Tags
Author: Christian Grün, BaseX Team 2005-21, BSD License
__source : settings/settings.xqm
Imports
This module is imported by 0 modules. It imports 2 modules.
Variables
Functions
4.1 dba:settings
Arities: dba:settings#2RA
dba:settings
(
$error
as
xs:string?
, $info
as
xs:string?
)
as
element(html)
- error
as
xs:string?
error string - info
as
xs:string?
info string
element(html)
page
Invokes 6 functions from 4 modules
- html:button#2
- html:properties#1
- html:wrap#2
- options:get#1
- {http://basex.org/modules/db}system#0
- {http://www.w3.org/2005/xpath-functions}not#1
Invoked by 0 functions from 0 modules
Annotations
%rest:GET | () |
%rest:path | ('/dba/settings') |
%rest:query-param | ('error','{$error}') |
%rest:query-param | ('info','{$info}') |
%output:method | ('html') |
Source ( 76 lines)
4.2 dba:settings-save
Arities: dba:settings-save#0R
dba:settings-save
(
)
as
element(rest:response)
element(rest:response)
redirection
Invokes 3 functions from 3 modules
- html:parameters#0
- options:save#1
- {http://basex.org/modules/web}redirect#2
Invoked by 0 functions from 0 modules
Annotations
%rest:POST | () |
%rest:path | ('/dba/settings') |
Source ( 5 lines)
Namespaces
The following namespaces are defined:
Prefix | Uri |
---|---|
dba | dba/settings 2 |
html | dba/html |
options | dba/options |
output | http://www.w3.org/2010/xslt-xquery-serialization |
rest | http://exquery.org/ns/restxq |
6 RestXQ
Paths defined 2.
Path | Method | Function |
---|---|---|
/dba/settings | GET | dba:settings#2 |
/dba/settings | POST | dba:settings-save#0 |