ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Interface for a type which provides batch-rendering services, parsing and rendering potentially multiple documents in a single job. More...
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... | |
Interface for a type which provides batch-rendering services, parsing and rendering potentially multiple documents in a single job.
IBatchRenderingResponse CSF.Zpt.BatchRendering.IBatchRenderer.Render | ( | IBatchRenderingOptions | batchOptions, |
IRenderingSettings | settings | ||
) |
Parse and render the documents found using the given batch rendering options.
settings | Rendering settings. |
batchOptions | Batch rendering options, indicating the source and destination files. |
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.
options | Rendering options. |
batchOptions | Batch rendering options, indicating the source and destination files. |
Implemented in CSF.Zpt.BatchRendering.BatchRenderer.