ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Default implementation of IRenderingJobFactory. More...
Public Member Functions | |
IEnumerable< IRenderingJob > | GetRenderingJobs (IBatchRenderingOptions inputOutputInfo, RenderingMode?mode) |
Gets the rendering jobs from the batch rendering options. More... | |
RenderingJobFactory (IZptDocumentFactory documentFactory=null) | |
Initializes a new instance of the CSF.Zpt.BatchRendering.RenderingJobFactory class. More... | |
Default implementation of IRenderingJobFactory.
|
inline |
Initializes a new instance of the CSF.Zpt.BatchRendering.RenderingJobFactory class.
documentFactory | Document factory. |
|
inline |
Gets the rendering jobs from the batch rendering options.
inputOutputInfo | Input output info. |
mode | Mode. |
Implements CSF.Zpt.BatchRendering.IRenderingJobFactory.