ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.Rendering.IRenderingContextFactoryFactory Interface Reference

Type which creates instances of IRenderingContextFactory via reflection. More...

Inheritance diagram for CSF.Zpt.Rendering.IRenderingContextFactoryFactory:

Public Member Functions

IRenderingContextFactory Create (string className)
 Create the factory from a fully-qualified type name. More...
 

Detailed Description

Type which creates instances of IRenderingContextFactory via reflection.

Member Function Documentation

IRenderingContextFactory CSF.Zpt.Rendering.IRenderingContextFactoryFactory.Create ( string  className)

Create the factory from a fully-qualified type name.

Parameters
classNameThe class name for the desired factory instance.

Implemented in CSF.Zpt.Rendering.RenderingContextFactoryFactory.


The documentation for this interface was generated from the following file: