Uses of Interface
com.aquima.interactions.portal.documents.IRenderedDocument
Packages that use IRenderedDocument
Package
Description
-
Uses of IRenderedDocument in com.aquima.interactions.framework.handler.document
Classes in com.aquima.interactions.framework.handler.document that implement IRenderedDocumentModifier and TypeClassDescriptionclass
Class containing the result (=document content) of the document action handler.Constructors in com.aquima.interactions.framework.handler.document with parameters of type IRenderedDocument -
Uses of IRenderedDocument in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return IRenderedDocumentModifier and TypeMethodDescriptionIDocumentEngine.renderDocument
(String documentName, OutputFormat format, ILanguage language) Compose and render a specific document to a binary document.IDocumentEngine.renderElement
(ICompositeElement element, OutputFormat[] format, ILanguage language) Render a composite element to a binary documents for one or more output formats. -
Uses of IRenderedDocument in com.aquima.interactions.portal.documents.model
Classes in com.aquima.interactions.portal.documents.model that implement IRenderedDocumentModifier and TypeClassDescriptionclass
This class is used to return a rendered document. -
Uses of IRenderedDocument in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return IRenderedDocumentModifier and TypeMethodDescriptionDocumentEngine.renderDocument
(String documentName, OutputFormat format, ILanguage language) DocumentEngine.renderElement
(ICompositeElement element, OutputFormat[] formats, ILanguage language)