val default_max_persistent_data_sessions_per_group : int refval default_max_service_sessions_per_group : int refval default_max_service_sessions_per_subnet : int refval default_max_volatile_data_sessions_per_group : int refval default_max_volatile_data_sessions_per_subnet : int refval default_max_persistent_data_tab_sessions_per_group : int refval default_max_service_tab_sessions_per_group : int refval default_max_volatile_data_tab_sessions_per_group : int refval default_secure_cookies : bool refval default_application_script : (bool * bool) refval default_html_content_type : string option refval default_ignored_get_params : (string * Re.re) list refval default_ignored_post_params : (string * Re.re) list refval default_omitpersistentstorage :
Eliom_common.omitpersistentstorage_rule list option refval default_max_anonymous_services_per_subnet : int refval default_max_anonymous_services_per_session : int refval default_max_volatile_groups_per_site : int refval parse_eliom_option :
(([> `Client_process | `Session ] ->
Eliom_common_base.scope_hierarchy option ->
float option ->
unit)
* ([> `Client_process | `Session ] ->
Eliom_common_base.scope_hierarchy option ->
float option ->
unit)
* ([> `Client_process | `Session ] ->
Eliom_common_base.scope_hierarchy option ->
float option ->
unit)
* ([> `Client_process | `Session ] ->
Eliom_common_base.scope_hierarchy option ->
float option ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (bool ->
unit)
* (int ->
unit)
* (int ->
unit)
* ((bool * bool) ->
unit)
* ((Eliom_lib.Url.path * int) option ->
unit)
* (string ->
unit)
* ((string * Re.re) ->
unit)
* ((string * Re.re) ->
unit)
* (Eliom_common.omitpersistentstorage_rule list option ->
unit)) ->
Xml_light_types.xml ->
unitval parse_eliom_options :
(([> `Client_process | `Session ] ->
Eliom_common_base.scope_hierarchy option ->
float option ->
unit)
* ([> `Client_process | `Session ] ->
Eliom_common_base.scope_hierarchy option ->
float option ->
unit)
* ([> `Client_process | `Session ] ->
Eliom_common_base.scope_hierarchy option ->
float option ->
unit)
* ([> `Client_process | `Session ] ->
Eliom_common_base.scope_hierarchy option ->
float option ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (int ->
unit)
* (bool ->
unit)
* (int ->
unit)
* (int ->
unit)
* ((bool * bool) ->
unit)
* ((Eliom_lib.Url.path * int) option ->
unit)
* (string ->
unit)
* ((string * Re.re) ->
unit)
* ((string * Re.re) ->
unit)
* (Eliom_common.omitpersistentstorage_rule list option ->
unit)) ->
Xml_light_types.xml list ->
Xml_light_types.xml listval parse_global_config : Xml_light_types.xml list -> unitval exception_during_eliommodule_loading : bool refval end_init : unit -> unitval handle_init_exn : exn -> stringval site_init_ref : (unit -> unit) list refval register_site_init : (unit -> unit) -> unitval config : Xml_light_types.xml list option refval config_in_tag : string reftype module_to_load = | Files of string list| Name of string
val set_app_name : string -> unitval site_init : bool ref -> unitval load_eliom_module :
'a ->
module_to_load ->
string ->
Xml_light_types.xml list ->
unitval default_module_action : 'a -> 'b