Class ::xowiki::PlainPage

::xowiki::PlainPage[i] create ... \
           [ -render_adp (default "0") ]

Class Relations

  • class: ::xo::db::CrClass[i]
  • superclass: ::xowiki::Page[i]
  • subclass: ::xowiki::Object[i]

Variables

::xowiki::PlainPage array set RE {include {{{(.+?)}}([^\}]|$)} clean2 {(--DUMMY NOT USED--)} clean \
       {[\\](\{\{|>>|\[\[)} div {>>([^<]*?)<<} anchor {\\\[\\\[([^\]]+?)\\\]\\\]}}
::xowiki::PlainPage set __default_metaclass ::xotcl::Class
::xowiki::PlainPage set __default_superclass ::xotcl::Object
::xowiki::PlainPage set abstract_p f
::xowiki::PlainPage set auto_save false
::xowiki::PlainPage array set db_constraints {}
::xowiki::PlainPage array set db_slot \
       {page_order ::xowiki::Page::slot::page_order creator ::xowiki::Page::slot::creator ppage_id \
       ::xowiki::PlainPage::slot::ppage_id page_id ::xowiki::Page::slot::page_id creation_date \
       ::xo::db::Object::slot::creation_date creation_user ::xo::db::Object::slot::creation_user \
       object_id ::xo::db::Object::slot::object_id description ::xowiki::Page::slot::description \
       text ::xowiki::Page::slot::text creation_ip ::xo::db::Object::slot::creation_ip package_id \
       ::xo::db::Object::slot::package_id object_title ::xo::db::Object::slot::object_title \
       nls_language ::xo::db::CrItem::slot::nls_language security_inherit_p \
       ::xo::db::Object::slot::security_inherit_p context_id ::xo::db::Object::slot::context_id \
       mime_type ::xo::db::CrItem::slot::mime_type name ::xo::db::CrItem::slot::name title \
       ::xowiki::Page::slot::title item_id ::xo::db::CrItem::slot::item_id revision_id \
       ::xo::db::CrItem::slot::revision_id publish_date ::xowiki::Page::slot::publish_date \
       modifying_user ::xo::db::Object::slot::modifying_user last_modified \
       ::xo::db::Object::slot::last_modified modifying_ip ::xo::db::Object::slot::modifying_ip}
::xowiki::PlainPage set folder_id -100
::xowiki::PlainPage set form ::xowiki::PlainWikiForm
::xowiki::PlainPage set id_column ppage_id
::xowiki::PlainPage array set markupmap {unescape { {[[}  \{\{  >>} escape \
       {{\[[}  \\\{\{  {\>>} }}
::xowiki::PlainPage set mime_type text/plain
::xowiki::PlainPage set name_method {}
::xowiki::PlainPage set non_cached_instance_var_patterns __*
::xowiki::PlainPage set object_type ::xowiki::PlainPage
::xowiki::PlainPage set object_type_key 00000000000011110001100100000000
::xowiki::PlainPage set pretty_name {#xowiki.PlainPage_pretty_name#}
::xowiki::PlainPage set pretty_plural {#xowiki.PlainPage_pretty_plural#}
::xowiki::PlainPage set security_inherit_p t
::xowiki::PlainPage set sql_package_name ::xowiki::PlainPage
::xowiki::PlainPage set storage_type text
::xowiki::PlainPage set supertype content_revision
::xowiki::PlainPage set table_name xowiki_plain_page
::xowiki::PlainPage set with_table true