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.
|
inline |
Create the visitor from a fully-qualified type name.
className | The class name for the desired visitor instance. |
Implements CSF.Zpt.Rendering.IContextVisitorFactory.
|
inline |
Create a collection of visitors from a semicolon-separated list of fully-qualified type name.
classNames | The class names for the desired visitor instances. |
Implements CSF.Zpt.Rendering.IContextVisitorFactory.