| Trees | Indices | Help |
|
|---|
|
|
object --+
|
core.Interface --+
|
IResourceManager
| Instance Methods | |||
basestring generator
|
|
||
|
|||
|
|||
| bool |
|
||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Return the canonical URL for displaying the given resource. Note that if there's no special rule associated to this realm for creating URLs (i.e. the standard convention of using realm/id applies), then it's OK to not define this method. |
Return a string representation of the resource, according to the
Additional keyword arguments can be given as extra information for some formats.
Note that it is also OK to not define this method if there's no special way to represent the resource, in which case the standard representations 'realm:id' (in compact mode) or 'Realm id' (in default mode) will be used.
|
Check whether the given resource exists physically. Attempting to retrieve the model object for a non-existing resource should raise a ResourceNotFound exception. (''since 0.11.8'')
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Aug 11 08:14:31 2023 | http://epydoc.sourceforge.net |