ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Interface for a type which creates an instance of IRenderingContext from the IRenderingSettings. More...
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... | |
Interface for a type which creates an instance of IRenderingContext from the IRenderingSettings.
void CSF.Zpt.Rendering.IRenderingContextFactory.AddKeywordOption | ( | string | key, |
string | value | ||
) |
Adds a keyword option to contexts created by the current instance.
key | Key. |
value | Value. |
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 | ||
) |
Create a context instance.
Implemented in CSF.Zpt.Tales.TalesRenderingContextFactory, and CSF.Zpt.MVC.Rendering.MvcRenderingContextFactory.