Package itools :: Package web

Package web

Classes
  AccessControl
Base class to control access.
  BaseForm
  BaseView
  Context
  ERROR
  FormError
Raised when a form is invalid (missing or invalid fields).
  INFO
  Resource
This is the base class for all web resources.
  RootResource
The RootResource is the main entry point of the Web application.
  STLForm
  STLView
  WebLogger
  WebServer
Functions
 
get_context()
 
select_language(languages)
 
set_context(context)
Variables
  MSG_MISSING_OR_INVALID = <itools.web.messages.ERROR object at ...
  lock_body = '<?xml version="1.0" encoding="utf-8" ?>\n<d:prop ...
Variables Details

MSG_MISSING_OR_INVALID

Value:
<itools.web.messages.ERROR object at 0xed3d08>

lock_body

Value:
'''<?xml version="1.0" encoding="utf-8" ?>
<d:prop xmlns:d="DAV:">
 <d:lockdiscovery>
   <d:activelock>
     <d:locktype><d:write/></d:locktype>
     <d:lockscope><d:exclusive/></d:lockscope>
     <d:depth>0</d:depth>
     <d:owner>%(owner)s</d:owner>
...