Interface
zope.app.publisher.browser.metadirectives.ISkinDirective

BBB: DEPRECATED

Creating skins via ZCML has been deprecated. The browser:skin directive will be removed in Zope 3.5. Skins are now interfaces extending zope.publisher.interfaces.browser.IBrowserRequest. They are registered using the interface directive.

Previous documentation

Defines a browser skin

If you do not specify an `interface`, then one will be automatically created for you based on the name using the layers as base interfaces.

In case you specify an `interface` and a `name`, the skin will be available via its dotted name of the interface and the name you specified.

You cannot specify both, the `interface` and the `layers` attribute.

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