| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
RestxResource
Represents information about a resource on a RESTx server.
This representation can be used by clients to find out about component capabilities and also as a starting point to create new resources, by utilizing the get_resource_template() function.
|
|||
|
|||
|
|||
| string |
|
||
| string |
|
||
| string |
|
||
| RestxServer |
|
||
| dict of RestxAccessibleService |
|
||
| RestxAccessibleService |
|
||
|
|||
|
Inherited from |
|||
|
|||
__NAME_KEY =
|
|||
__DESC_KEY =
|
|||
__URI_KEY =
|
|||
__SERVICES_KEY =
|
|||
__server = None
|
|||
__name = None
|
|||
__description = None
|
|||
__uri = None
|
|||
__services = None
|
|||
|
|||
| string |
name Return the name of the resource. |
||
| string |
description Return the description of the resource. |
||
| string |
uri Return the URI of the resource. |
||
| RestxServer |
server Return the RestxServer object of the server on which this resource lives. |
||
|
Inherited from |
|||
|
|||
Create a new resource representation in memomory.
|
Return a string representation of this resource.
|
Return the name of the resource.
|
Return the description of the resource.
|
Return the URI of the resource.
|
Return the RestxServer object of the server on which this resource lives.
|
Return all services defined for this resource.
|
Return one service of this resource.
|
|
|||
nameReturn the name of the resource.
|
descriptionReturn the description of the resource.
|
uriReturn the URI of the resource.
|
serverReturn the RestxServer object of the server on which this resource lives.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Aug 3 05:42:55 2010 | http://epydoc.sourceforge.net |