Class GenerateDocumentHandler

java.lang.Object
com.aquima.interactions.framework.handler.document.GenerateDocumentHandler
All Implemented Interfaces:
IActionHandler

public class GenerateDocumentHandler extends Object implements IActionHandler

This document handler generates a document with the current portal context.

Since 7.0 this action handler also support document generation of pages.

It expects the following parameters:
  • document-name/page-name: name of the document or page to generate.
  • output-format: output format of the document to generate (String or OutputFormat).
  • language-code: code of the language to be used for document generation.
It returns an instance of nl.everest.framework.handler.document.DocumentResult containing the renderer document.
Since:
6.0
Author:
Jon van Leuven