ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Type which creates instances of IContextVisitor via reflection. More...
Public Member Functions | |
IContextVisitor | Create (string className) |
Create the visitor from a fully-qualified type name. More... | |
IContextVisitor[] | CreateMany (string classNames) |
Create a collection of visitors from a semicolon-separated list of fully-qualified type name. More... | |
Type which creates instances of IContextVisitor via reflection.
IContextVisitor CSF.Zpt.Rendering.IContextVisitorFactory.Create | ( | string | className | ) |
Create the visitor from a fully-qualified type name.
className | The class name for the desired visitor instance. |
Implemented in CSF.Zpt.Rendering.ContextVisitorFactory.
IContextVisitor [] CSF.Zpt.Rendering.IContextVisitorFactory.CreateMany | ( | string | classNames | ) |
Create a collection of visitors from a semicolon-separated list of fully-qualified type name.
classNames | The class names for the desired visitor instances. |
Implemented in CSF.Zpt.Rendering.ContextVisitorFactory.