Table of Contents

Class: NullResource Zope-2.2.1-src/lib/python/webdav/NullResource.py

Null resources are used to handle HTTP method calls on objects which do not yet exist in the url namespace.

Base Classes   
Persistent
Acquisition.Implicit
Resource
Methods   
HEAD
MKCOL
PUT
__bobo_traverse__
__init__
  HEAD 
HEAD (
        self,
        REQUEST,
        RESPONSE,
        )

Retrieve resource information without a response message body.

Exceptions   
'Not Found'
  MKCOL 
MKCOL (
        self,
        REQUEST,
        RESPONSE,
        )

Create a new collection resource.

Exceptions   
'Forbidden'
'Method Not Allowed'
'Unsupported Media Type'
  PUT 
PUT (
        self,
        REQUEST,
        RESPONSE,
        )

Create a new non-collection resource.

  __bobo_traverse__ 
__bobo_traverse__ (
        self,
        REQUEST,
        name=None,
        )

Exceptions   
'Conflict'
'Not Found'
  __init__ 
__init__ (
        self,
        parent,
        name,
        request=None,
        )


Table of Contents

This document was automatically generated on Mon Sep 4 07:33:06 2000 by HappyDoc version r0_6