Inicio del contenido principal
::xo::db::CrClass
::xowiki::Page
Class Hierarchy of ::xowiki::Page
- ::xotcl::Object
- Meta-class:
- ::xotcl::Class
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- Methods for instances:
- __api_make_doc, __api_make_forward_doc, __nextC, __timediff, abstract, ad_doc, ad_forward, ad_proc, appendC, arrayC, asHTML, autonameC, checkC, classC, cleanupC, configureC, contains, copy, db_1rowC, debug, defaultmethod, destroyC, destroy_on_cleanup, evalC, existsC, extractConfigureArg, filterC, filterguardC, filtersearchC, forwardC, hasclass, incrC, infoC, init, instvarC, invarC, isclassC, ismetaclassC, ismixinC, isobjectC, istypeC, lappendC, log, method, mixinC, mixinguardC, move, msg, noinitC, parametercmdC, procC, procsearchC, qn, requireNamespaceC, self, serialize, setC, substC, traceC, unsetC, uplevelC, upvarC, volatileC, vwaitC
- Methods to be applied on the class (in addition to the methods provided by the meta-class):
- __exitHandler, getExitHandler, setExitHandler, unsetExitHandler
- ::xo::db::Object
- Meta-class:
- ::xo::db::Class
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- Methods for instances:
- delete, initialize_loaded_object, insert, object_idC, object_titleC, save, save_new
- Methods to be applied on the class:
- Methods provided by the meta-class
- ::xo::db::CrItem
- Meta-class:
- ::xo::db::CrClass
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- Parameter for instances:
- package_id, parent_id (default "-100"), publish_status (default "ready")
- Methods for instances:
- current_user_id, delete, descriptionC, fix_content, initialize_loaded_object, item_idC, mime_typeC, nameC, nls_languageC, privilege=creator, publish_dateC, rename, revision_idC, revisions, save, save_new, set_live_revision, textC, titleC, update_attribute_from_slot, update_content, update_revision
- Methods to be applied on the class:
- Methods provided by the meta-class
- ::xowiki::Page
- Meta-class:
- ::xo::db::CrClass
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- Parameter for instances:
- absolute_links (default "0"), do_substitutions (default "1"), lang (default "en"), render_adp (default "1")
- Methods for instances:
- adp_subst, anchor, build_instance_attribute_map, build_name, category_export, category_import, check_adp_include_path, condition=match, condition=regexp, copy_content_vars, create-new, create_form_field, create_form_fields, create_form_fields_from_form_constraints, create_raw_form_field, creation_userC, creatorC, default_instance_attributes, delete, delete-revision, demarshall, descripionC, diff, div, edit, error_during_render, error_in_includelet, exists_form_parameterC, exists_query_parameterC, field_names, find_slot, footer, form_field_index, form_parameterC, get_content, get_description, get_form_data, get_instance_attributes, get_rich_text_spec, htmlFooter, include, include_content, include_portlet, initialize_loaded_object, instantiate_includelet, is_new_entry, last_modifiedC, list, lookup_cached_form_field, lookup_form_field, make-live-revision, map_categories, map_party, marshall, mime_typeC, nameC, nls_languageC, page_idC, page_orderC, popular-tags, publish_dateC, query_parameterC, record_last_visited, regsub_eval, render, render_includelet, resolve_included_page_name, reverse_map_party, reverse_map_party_attribute, revisions, save, save-tags, save_attributes, save_data, save_new, set_content, show_fields, substitute_markup, textC, titleC, translate, unescape, unset_temporary_instance_variables, update_references, validate=form_constraints, validate=name, validate=page_order, view
- Methods to be applied on the class (in addition to the methods provided by the meta-class):
- container_already_rendered, get_tags, import, quoted_html_content, save_tags
Class Relations
- superclass: ::xo::db::CrItem
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- subclass: ::blocks::BlockPage
, ::learning_content::ContentPage
, ::xowiki::File
, ::xowiki::PageInstance
, ::xowiki::PageTemplate
, ::xowiki::PlainPage![[i]](/resources/acs-subsite/ZoomIn16.gif)
Methods
<instance of ::xowiki::Page
> get_form_data \
[ -field_names field_names ] form_fields
Get the values from the form and store it as
instance attributes.
- Switches:
- -field_names (optional)
- Parameters:
-
form_fields
<instance of ::xowiki::Page
> include [ -configure configure ] \
arg
Include the html of the includelet. The method generates
an includelet object (might be an other xowiki page) and
renders it and returns either html or an error message.
- Switches:
- -configure (optional)
- Parameters:
-
arg
<instance of ::xowiki::Page
> resolve_included_page_name \
page_name
Determine the page object for the specified page name.
The specified page name might have the form
//some_other_instance/page_name, in which case the
page is resolved from some other package instance.
If the page_name does not contain a language prefix,
the language prefix of the including page is used.
- Parameters:
-
page_name