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

Interface for a type which creates an instance of IRenderingContext from the IRenderingSettings. More...

Inheritance diagram for CSF.Zpt.Rendering.IRenderingContextFactory:

Public Member Functions

IRenderingContext Create (IZptElement element, IRenderingSettings options)
 Create a context instance. More...
 
IRenderingContext Create (IZptElement element, IRenderingSettings options, object model)
 Create a context instance. More...
 
void AddKeywordOption (string key, string value)
 Adds a keyword option to contexts created by the current instance. More...
 

Detailed Description

Interface for a type which creates an instance of IRenderingContext from the IRenderingSettings.

Member Function Documentation

void CSF.Zpt.Rendering.IRenderingContextFactory.AddKeywordOption ( string  key,
string  value 
)

Adds a keyword option to contexts created by the current instance.

Parameters
keyKey.
valueValue.

Implemented in CSF.Zpt.Tales.TalesRenderingContextFactory.

IRenderingContext CSF.Zpt.Rendering.IRenderingContextFactory.Create ( IZptElement  element,
IRenderingSettings  options 
)

Create a context instance.

Implemented in CSF.Zpt.Tales.TalesRenderingContextFactory.

IRenderingContext CSF.Zpt.Rendering.IRenderingContextFactory.Create ( IZptElement  element,
IRenderingSettings  options,
object  model 
)

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