ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Factory type for creating instances of IRenderingSettings. More...
Public Member Functions | |
IRenderingSettings | CreateSettings (IRenderingOptions options) |
Creates the settings from the given rendering options. More... | |
IRenderingSettings | CreateSettings (IContextVisitor[] contextVisitors=null, IRenderingContextFactory contextFactory=null, bool addSourceAnnotation=false, System.Text.Encoding encoding=null, bool omitXmlDeclaration=false, ITemplateFileFactory templateFactory=null) |
Creates rendering settings from specified values, using defaults where values are blank. More... | |
Factory type for creating instances of IRenderingSettings.
IRenderingSettings CSF.Zpt.Rendering.IRenderingSettingsFactory.CreateSettings | ( | IRenderingOptions | options | ) |
Creates the settings from the given rendering options.
options | Options. |
Implemented in CSF.Zpt.Rendering.RenderingSettingsFactory.
IRenderingSettings CSF.Zpt.Rendering.IRenderingSettingsFactory.CreateSettings | ( | IContextVisitor[] | contextVisitors = null , |
IRenderingContextFactory | contextFactory = null , |
||
bool | addSourceAnnotation = false , |
||
System.Text.Encoding | encoding = null , |
||
bool | omitXmlDeclaration = false , |
||
ITemplateFileFactory | templateFactory = null |
||
) |
Creates rendering settings from specified values, using defaults where values are blank.
contextVisitors | Context visitors. |
contextFactory | Context factory. |
addSourceAnnotation | If set to true add source annotation. |
encoding | Encoding. |
omitXmlDeclaration | If set to true omit xml declaration. |
templateFactory | Template factory. |
Implemented in CSF.Zpt.Rendering.RenderingSettingsFactory.