ResourceGenerationStage
Pipeline stage responsible for generating output resources from the rendered content.
This stage takes the CharSequence output produced by the PostRenderingStage as input and produces a set of OutputResources as output.
Resources are generated by the PostRenderer, and also processes subdocuments to generate their own.
The resources generated by this stage include:
The main document content
Media resources (images, fonts, etc.)
Resources from subdocuments
Properties
Functions
Executes this pipeline stage with the given input and shared data.
Utility function to execute a pipeline stage that takes Unit as input.
Invokes the hook function for this stage, if one is defined.
Chains two pipeline stages together to form a new pipeline stage.
Conditionally chains this pipeline stage with next if it is not null.