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

Interface for a type which can visit a IRenderingContext instance. More...

Inheritance diagram for CSF.Zpt.Rendering.IContextVisitor:

Public Member Functions

IRenderingContext[] VisitContext (IRenderingContext context)
 Visits a rendering context and returns a collection of contexts which represent the result of that visit. More...
 

Detailed Description

Interface for a type which can visit a IRenderingContext instance.

Member Function Documentation

IRenderingContext [] CSF.Zpt.Rendering.IContextVisitor.VisitContext ( IRenderingContext  context)

Visits a rendering context and returns a collection of contexts which represent the result of that visit.

Returns
The rendering contexts instances which are exposed after the visiting process is complete.
Parameters
contextThe rendering context to visit.

Implemented in CSF.Zpt.Rendering.ContextVisitorBase, CSF.Zpt.Metal.MetalTidyUpVisitor, CSF.Zpt.SourceAnnotation.SourceInfoTidyUpVisitor, and CSF.Zpt.Tal.TalTidyUpVisitor.


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