Methods
|
|
|
|
_lookup
|
_lookup (
self,
name,
acquire=0,
)
|
|
acquire
|
acquire ( self, name )
Look for an attribute or element by name in all of our parents
|
|
childRef
|
childRef ( self, name )
Return a reference to the named child.
|
|
diskPath
|
diskPath ( self )
Return the path to me on disk.
|
|
getIndex
|
getIndex ( self )
Dereference this path reference object, then look for an object
named index inside of it and return it.
|
|
getObject
|
getObject ( self )
|
|
locate
|
locate ( self, name )
Get a reference to an object with the given name which is somewhere
on the path above us.
|
|
parentRef
|
parentRef ( self )
Return a reference to my parent.
|
|
relativePath
|
relativePath ( self, request )
Return the URL to the resource, relative to the current request object
|
|
siblingRef
|
siblingRef ( self, name )
Return a reference to a sibling of mine.
|