Package p6 :: Package zcmlsupport :: Module metadirectives :: Class IResourceDirective
[show private | hide private]
[frames | no frames]

Type IResourceDirective

             Interface --+    
                         |    
IBasicComponentInformation --+
                             |
             Interface --+   |
                         |   |
 IBasicResourceInformation --+
                             |
                            IResourceDirective


Register a resource


Class Variable Summary
unicode allowed_attributes = u'View attributes that are also all...
unicode allowed_interface = u'Interface that is also allowed if ...
unicode component = u'Component to use\n\nPython name of the imp...
unicode factory = u'Factory\n\nPython name of a factory which ca...
unicode name = u"The name of the resource.\n\nThe name shows up ...
unicode provides = u'The interface this component provides.\n\n\...
unicode type = u'Request type'

Class Variable Details

allowed_attributes

Type:
unicode
Value:
u'View attributes that are also allowed if user has permission.'       

allowed_interface

Type:
unicode
Value:
u'Interface that is also allowed if user has permission.'              

component

Type:
unicode
Value:
u'Component to use\n\nPython name of the implementation object.  This \
must identify an object in a module using the full dotted name.  If sp\
ecified, the ``factory`` field must be left blank.'                    

factory

Type:
unicode
Value:
u'Factory\n\nPython name of a factory which can create the implementat\
ion object.  This must identify an object in a module using the full d\
otted name. If specified, the ``component`` field must be left blank.' 

name

Type:
unicode
Value:
u"The name of the resource.\n\nThe name shows up in URLs/paths. For ex\
ample 'foo'."                                                          

provides

Type:
unicode
Value:
u'The interface this component provides.\n\n\n        A view can provi\
de an interface.  This would be used for\n        views that support o\
ther views.'                                                           

type

Type:
unicode
Value:
u'Request type'                                                        

Generated by Epydoc 2.1 on Fri Jun 24 12:01:20 2005 http://epydoc.sf.net