- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::Context
::xo::Context create ... \
[ -actual_query (default " ") ] \
[ -invoke_object invoke_object ] \
[ -locale locale ] \
[ -package_id (default "0") ] \
[ -parameter_declaration (default "") ]
Defined in
Class Relations
- class: ::xotcl::Class
- superclass: ::xotcl::Object
- subclass: ::xowiki::Includelet, ::xo::ConnectionContext
Methods (to be applied on instances)
exists_query_parameter (scripted)
<instance of xo::Context> exists_query_parameter
- Testcases:
- test_xo_cc, xotcl-core
export_vars (scripted, public)
<instance of xo::Context> export_vars [ -all ] [ -level level ]Export either the declared query variables (default) or all (when explicitly demanded).
- Switches:
- -all (optional)
- when specified, export all query variables
- -level (optional, defaults to
"1"
)- target level
- Testcases:
- package_normalize_path, xowiki_test_cases, link_tests, slot_interactions, path_resolve
get_parameters (scripted, public)
<instance of xo::Context> get_parametersConvenience routine for includelets. It combines the actual parameters from the call in the page (highest priority) with the values from the url (second priority) and the default values from the signature.
- Testcases:
- xowiki_test_cases
invoke_object (setter)
<instance of xo::Context> invoke_objectoriginal_url_and_query (scripted)
<instance of xo::Context> original_url_and_query
- Testcases:
- package_normalize_path, xowiki, xowiki_test_cases, link_tests, slot_interactions, path_resolve
package_id (setter)
<instance of xo::Context> package_id
- Testcases:
- xotcl_core_tutorial_2, xotcl-core, xowiki_test_cases, link_tests
process_query_parameter (scripted)
<instance of xo::Context> process_query_parameter
- Testcases:
- api__context, xotcl-core
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables