registerView (
target,
name,
handler,
)
Register handler to implement view name for target
target must be a type, protocol, or None , and handler must be an
INamespaceHandler . If target is None , then the view is intended
to apply to the view service itself, rather than to a content type.
|