Class t.w.d.r.DAVLeafResource(DAVResource, LeafResource):

Part of twisted.web2.dav.resource View Source View In Hierarchy

Known subclasses: twisted.web2.dav.acl.DAVPrincipalResource

DAV resource with no children.
Method findChildren See IDAVResource.findChildren.

Inherited from DAVResource:

Method davComplianceClasses This implementation raises NotImplementedError.
Method isCollection See IDAVResource.isCollection.
Method principalCollections See IDAVResource.principalCollections.
Method accessControlList See IDAVResource.accessControlList.
Method supportedPrivileges See IDAVResource.supportedPrivileges.
Method renderHTTP See resource.RenderMixIn.renderHTTP.

Inherited from DAVPropertyMixIn (via DAVResource):

Method deadProperties Provides internal access to the WebDAV dead property store. You
Method hasProperty See IDAVResource.hasProperty.
Method readProperty See IDAVResource.readProperty.
Method writeProperty See IDAVResource.writeProperty.
Method removeProperty See IDAVResource.removeProperty.
Method listProperties See IDAVResource.listProperties.
Method listAllprop Some DAV properties should not be returned to a DAV:allprop query.
Method hasDeadProperty Same as hasProperty, but bypasses the live property store and checks
Method readDeadProperty Same as readProperty, but bypasses the live property store and reads
Method writeDeadProperty Same as writeProperty, but bypasses the live property store and
Method removeDeadProperty Same as removeProperty, but bypasses the live property store and acts
Method contentType
Method displayName

Inherited from MetaDataMixin (via DAVResource, DAVPropertyMixIn):

Method etag
Method lastModified
Method creationDate
Method contentLength
Method contentEncoding
Method exists

Inherited from StaticRenderMixin (via DAVResource):

Method checkPreconditions Checks all preconditions imposed by this resource upon a request made

Inherited from RenderMixin (via DAVResource, StaticRenderMixin):

Method allowedMethods
Method http_OPTIONS Respond to a OPTIONS request.
Method http_TRACE Respond to a TRACE request.
Method http_HEAD Respond to a HEAD request.
Method http_GET Respond to a GET request.
Method render Subclasses should implement this method to do page rendering.

Inherited from MetaDataMixin (via DAVResource, StaticRenderMixin):

Method etag
Method lastModified
Method creationDate
Method contentLength
Method contentType
Method contentEncoding
Method displayName
Method exists

Inherited from LeafResource:

Method locateChild Locate another object which can be adapted to IResource.

Inherited from RenderMixin (via LeafResource):

Method allowedMethods
Method checkPreconditions Checks all preconditions imposed by this resource upon a request made
Method renderHTTP See iweb.IResource.renderHTTP.
Method http_OPTIONS Respond to a OPTIONS request.
Method http_TRACE Respond to a TRACE request.
Method http_HEAD Respond to a HEAD request.
Method http_GET Respond to a GET request.
Method render Subclasses should implement this method to do page rendering.
def findChildren(self, depth): (source)

See IDAVResource.findChildren.

This implementation raises returns () if depth is 0 and this resource is a collection. Otherwise, it raises NotImplementedError; a subclass must override this method.
API Documentation for twisted, generated by pydoctor.