ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Type which creates instances of IRenderingContextFactory via reflection. More...
Public Member Functions | |
IRenderingContextFactory | Create (string className) |
Create the factory from a fully-qualified type name. More... | |
Type which creates instances of IRenderingContextFactory via reflection.
IRenderingContextFactory CSF.Zpt.Rendering.IRenderingContextFactoryFactory.Create | ( | string | className | ) |
Create the factory from a fully-qualified type name.
className | The class name for the desired factory instance. |
Implemented in CSF.Zpt.Rendering.RenderingContextFactoryFactory.