Interface
zope.app.component.metadirectives.IFactoryDirective

BBB: DEPRECATED

The factory directive has been deprecated and will be removed in Zope 3.5. Use the utility directive instead:

<utility
    provides="zope.component.interfaces.IFactory"
    component="some.factory.class"
    name="factoryName"
    />

(Define a factory.)

Base interfaces

Attributes/Fields

* = required

Methods

There are no methods specified.

Adapters

Adapters where this interface is required:

Specific Adapters

There are no specific adapters registered for this interface.

Extended Adapters

There are no extended adapters registered for this interface.

Generic Adapters

Views

Browser

Specific views

There are no views available.

Extended views

Generic views

XML-RPC

HTTP

FTP

Other