Default implementation of IBatchRenderer.
More...
|
virtual
IBatchRenderingDocumentResponse | Render (IRenderingJob job, IRenderingSettings options, IBatchRenderingOptions batchOptions, Action< IModelValueContainer > contextConfigurator) |
| Renders a single rendering job and returns a response. More...
|
|
virtual
IBatchRenderingDocumentResponse | Render (IZptDocument doc, Stream outputStream, IRenderingSettings options, Action< IModelValueContainer > contextConfigurator, string outputInfo) |
| Renders a single ZPT document and returns a response. More...
|
|
virtual IEnumerable
< IRenderingJob > | GetRenderingJobs (IBatchRenderingOptions options, RenderingMode?mode) |
| Gets the rendering jobs from the rendering job factory. More...
|
|
virtual void | ValidateBatchOptions (IBatchRenderingOptions options) |
| Validates the batch rendering options. More...
|
|
virtual IZptDocument | GetDocument (IRenderingJob job) |
| Gets the document for a given rendering job. More...
|
|
virtual string | GetOutputInfo (IRenderingJob job, IBatchRenderingOptions batchOptions) |
| Gets the output info for a given rendering job. More...
|
|
virtual Stream | GetOutputStream (IRenderingJob job, IBatchRenderingOptions batchOptions) |
| Gets the output stream for a given rendering job. More...
|
|
Default implementation of IBatchRenderer.
Gets the rendering context configurator for a given job.
- Returns
- The context configurator.
- Parameters
-
Gets the document for a given rendering job.
- Returns
- The document.
- Parameters
-
Gets the output info for a given rendering job.
- Returns
- The output info.
- Parameters
-
job | Job. |
batchOptions | Batch options. |
Gets the output stream for a given rendering job.
- Returns
- The output stream.
- Parameters
-
job | Job. |
batchOptions | Batch options. |
Gets the rendering jobs from the rendering job factory.
- Returns
- The rendering jobs.
- Parameters
-
options | Batch rendering options. |
mode | An optional rendering mode override. |
Parse and render the documents found using the given batch rendering options.
- Parameters
-
settings | Rendering settings. |
batchOptions | Batch rendering options, indicating the source and destination files. |
Implements CSF.Zpt.BatchRendering.IBatchRenderer.
Parse and render the documents found using the given batch rendering options.
- Parameters
-
options | Rendering options. |
batchOptions | Batch rendering options, indicating the source and destination files. |
- Returns
- An object instance indicating the outcome of the rendering.
Implements CSF.Zpt.BatchRendering.IBatchRenderer.
Renders a single rendering job and returns a response.
- Parameters
-
job | The job to render. |
options | Rendering options. |
batchOptions | Batch rendering options. |
contextConfigurator | Context configurator. |
Validates the batch rendering options.
- Parameters
-
The documentation for this class was generated from the following file:
- /home/craig/Projects/CSF.Zpt/CSF.Zpt/BatchRendering/BatchRenderer.cs