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

Factory type for creating instances of IRenderingSettings. More...

Inheritance diagram for CSF.Zpt.Rendering.IRenderingSettingsFactory:

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...
 

Detailed Description

Factory type for creating instances of IRenderingSettings.

Member Function Documentation

IRenderingSettings CSF.Zpt.Rendering.IRenderingSettingsFactory.CreateSettings ( IRenderingOptions  options)

Creates the settings from the given rendering options.

Returns
The settings.
Parameters
optionsOptions.

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.

Returns
The settings.
Parameters
contextVisitorsContext visitors.
contextFactoryContext factory.
addSourceAnnotationIf set to true add source annotation.
encodingEncoding.
omitXmlDeclarationIf set to true omit xml declaration.
templateFactoryTemplate factory.

Implemented in CSF.Zpt.Rendering.RenderingSettingsFactory.


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