A | |
arg_of_page [Ows.Cookies_based] |
Take a page name and build the code to append to an url
to go to this page.
|
arg_of_page [Ows.Params_based] |
Take a page name and build the code to append to an url
to go to this page.
|
arg_of_session_id [Ows.Params_based] |
Take a session id and returns the code to append to an url to use
the same session id for the page at this url.
|
C | |
cgibin [Ows.Cookies_based] |
Return the cgi-bin url.
|
cgibin [Ows.Params_based] |
Return the cgi-bin url.
|
cgibin_of_page [Ows.Cookies_based] |
Take a page name a return the cgi-bin url to go to that page.
|
cgibin_of_page [Ows.Params_based] |
Take a page name a return the cgi-bin url to go to that page.
|
cookies_actions [Ows.Cookies_based] |
The cookies to set or unset in the reply.
|
F | |
failure_handler [Ows.Conf] |
To return a document from an error message, when
a page handler raises the
Failure exception.
|
G | |
get_user_id [Ows.Conf] |
to get a user id from the session id and the host name
|
H | |
handle [Ows.Cookies_based] |
Handle the required page (according to the value of the variable for the page
in the url.
|
handle [Ows.Params_based] |
Handle the required page (according to the value of the variable for the page
in the url.
|
P | |
page_varname [Ows.Conf] |
the variable name to use for the page in urls,
with only the following characters:
a-z A-Z 0-9 '-' '_'
|
R | |
register [Ows.Cookies_based] |
Register a page handler.
|
register [Ows.Params_based] |
Register a page handler.
|
S | |
session_varname [Ows.Conf] |
the variable name to use for the session id in urls,
with only the following characters:
a-z A-Z 0-9 '-' '_'
|