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.
|
inline |
Create the factory from a fully-qualified type name.
className | The class name for the desired factory instance. |
Implements CSF.Zpt.Rendering.IRenderingContextFactoryFactory.