Package com.aquima.web.api.service
Class DocumentService
java.lang.Object
com.aquima.web.api.service.DocumentService
Service for rendering documents.
- Since:
- 9.2
- Author:
- A.Pragt
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.aquima.interactions.framework.handler.document.DocumentResult
renderDocument
(String type, String documentName, String pageName, com.aquima.interactions.portal.IPortalSession session) Renders the specified document.
-
Field Details
-
Constructor Details
-
Method Details
-
renderDocument
public com.aquima.interactions.framework.handler.document.DocumentResult renderDocument(String type, String documentName, String pageName, com.aquima.interactions.portal.IPortalSession session) Renders the specified document.- Parameters:
type
- The desired output type, not null.documentName
- The name of the document, nullable either this or pageName can be null.pageName
- The name of the page, nullable either this or documentName can be null.session
- The context session, not null.- Returns:
- The rendered document.
-