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

Interface for a type which provides batch-rendering services, parsing and rendering potentially multiple documents in a single job. More...

Inheritance diagram for CSF.Zpt.BatchRendering.IBatchRenderer:

Public Member Functions

IBatchRenderingResponse Render (IBatchRenderingOptions batchOptions, IRenderingSettings settings)
 Parse and render the documents found using the given batch rendering options. More...
 
IBatchRenderingResponse Render (IBatchRenderingOptions batchOptions, IRenderingOptions options=null)
 Parse and render the documents found using the given batch rendering options. More...
 

Detailed Description

Interface for a type which provides batch-rendering services, parsing and rendering potentially multiple documents in a single job.

Member Function Documentation

IBatchRenderingResponse CSF.Zpt.BatchRendering.IBatchRenderer.Render ( IBatchRenderingOptions  batchOptions,
IRenderingSettings  settings 
)

Parse and render the documents found using the given batch rendering options.

Parameters
settingsRendering settings.
batchOptionsBatch rendering options, indicating the source and destination files.
Returns
An object instance indicating the outcome of the rendering.

Implemented in CSF.Zpt.BatchRendering.BatchRenderer.

IBatchRenderingResponse CSF.Zpt.BatchRendering.IBatchRenderer.Render ( IBatchRenderingOptions  batchOptions,
IRenderingOptions  options = null 
)

Parse and render the documents found using the given batch rendering options.

Parameters
optionsRendering options.
batchOptionsBatch rendering options, indicating the source and destination files.
Returns
An object instance indicating the outcome of the rendering.

Implemented in CSF.Zpt.BatchRendering.BatchRenderer.


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