Package Products :: Package ZenModel :: Package browser :: Module Autocompleters :: Class EventClassNames
[hide private]
[frames] | no frames]

Class EventClassNames

source code

              Acquisition.Explicit --+    
                                     |    
        zope.location.Location --+   |    
                                 |   |    
zope.publisher.browser.BrowserView --+    
                                     |    
              Five.browser.BrowserView --+
                                         |
                                        EventClassNames

Get a list of all event classes that match the filter.

Instance Methods [hide private]
"['/path/1', '/path/2', ...]"
__call__(self)
Returns: A JSON representation of a list of paths
source code

Inherited from zope.publisher.browser.BrowserView: __init__

Class Variables [hide private]

Inherited from zope.publisher.browser.BrowserView: __parent__

Method Details [hide private]

__call__(self)
(Call operator)

source code 
Returns: "['/path/1', '/path/2', ...]"
A JSON representation of a list of paths
Decorators:
  • @json
  • @formreq