Package p6 :: Package zcmlsupport
[show private | hide private]
[frames | no frames]

Package p6.zcmlsupport

Local Component Architecture

$Id: __init__.py,v 1.1.1.1 2005/04/28 14:49:16 nyergler Exp $


Submodules

Function Summary
  getNextSiteManager(context)
Get the next site manager.
  getNextUtility(context, interface, name)
Get the next available utility.
  queryNextSiteManager(context, default)
Get the next site manager.
  queryNextUtility(context, interface, name, default)
Query for the next available utility.

Variable Summary
object _marker = <object object at 0xb7e6e468>

Function Details

getNextSiteManager(context)

Get the next site manager.

getNextUtility(context, interface, name='')

Get the next available utility.

If no utility was found, a ComponentLookupError is raised.

queryNextSiteManager(context, default=None)

Get the next site manager.

If the site manager of the given context is the global site manager, then default is returned.

queryNextUtility(context, interface, name='', default=None)

Query for the next available utility.

Find the next available utility providing interface and having the specified name. If no utility was found, return the specified default value.


Variable Details

_marker

Type:
object
Value:
<object object at 0xb7e6e468>                                          

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