ZCML File
meta.zcml
[top]
/
zope
/
app
/
component
/ meta.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
xmlns:meta
="
http://namespaces.zope.org/meta
"
>
<
include
file
="
meta.zcml
"
package
="
zope.component
"
/>
<
meta:directives
namespace
="
http://namespaces.zope.org/zope
"
>
<
meta:directive
name
="
factory
"
schema
="
.metadirectives.IFactoryDirective
"
handler
="
zope.app.component.metaconfigure.factory
"
/>
<
meta:directive
name
="
view
"
schema
="
.metadirectives.IViewDirective
"
handler
="
zope.app.component.metaconfigure.view
"
/>
<
meta:directive
name
="
defaultView
"
schema
="
.metadirectives.IDefaultViewDirective
"
handler
="
zope.app.component.metaconfigure.defaultView
"
/>
<
meta:directive
name
="
resource
"
schema
="
.metadirectives.IResourceDirective
"
handler
="
zope.app.component.metaconfigure.resource
"
/>
<
meta:complexDirective
name
="
class
"
schema
="
.metadirectives.IClassDirective
"
handler
="
.contentdirective.ClassDirective
"
>
<
meta:subdirective
name
="
implements
"
schema
="
.metadirectives.IImplementsSubdirective
"
/>
<
meta:subdirective
name
="
require
"
schema
="
.metadirectives.IRequireSubdirective
"
/>
<
meta:subdirective
name
="
allow
"
schema
="
.metadirectives.IAllowSubdirective
"
/>
<
meta:subdirective
name
="
factory
"
schema
="
.metadirectives.IFactorySubdirective
"
/>
</
meta:complexDirective
>
<
meta:complexDirective
name
="
content
"
schema
="
.metadirectives.IBBBClassDirective
"
handler
="
.contentdirective.ContentDirective
"
>
<
meta:subdirective
name
="
implements
"
schema
="
.metadirectives.IImplementsSubdirective
"
/>
<
meta:subdirective
name
="
require
"
schema
="
.metadirectives.IRequireSubdirective
"
/>
<
meta:subdirective
name
="
allow
"
schema
="
.metadirectives.IAllowSubdirective
"
/>
<
meta:subdirective
name
="
factory
"
schema
="
.metadirectives.IFactorySubdirective
"
/>
</
meta:complexDirective
>
<
meta:complexDirective
name
="
localUtility
"
schema
="
.metadirectives.IBBBClassDirective
"
handler
="
.contentdirective.LocalUtilityDirective
"
>
<
meta:subdirective
name
="
implements
"
schema
="
.metadirectives.IImplementsSubdirective
"
/>
<
meta:subdirective
name
="
require
"
schema
="
.metadirectives.IRequireSubdirective
"
/>
<
meta:subdirective
name
="
allow
"
schema
="
.metadirectives.IAllowSubdirective
"
/>
<
meta:subdirective
name
="
factory
"
schema
="
.metadirectives.IFactorySubdirective
"
/>
</
meta:complexDirective
>
</
meta:directives
>
</
configure
>