Package com.aquima.web.api.service
Class ImageService
java.lang.Object
com.aquima.web.api.service.ImageService
Service for rendering an image.
- Since:
- 9.2
- Author:
- R.Fleuren
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.aquima.interactions.framework.handler.image.ImageActionHandlerResult
renderImage
(String imageName, String key, com.aquima.interactions.portal.IPortalSession session) Renders the specified image.
-
Constructor Details
-
Method Details
-
renderImage
public com.aquima.interactions.framework.handler.image.ImageActionHandlerResult renderImage(String imageName, String key, com.aquima.interactions.portal.IPortalSession session) Renders the specified image.- Parameters:
imageName
- The name of the image, not null.key
- the keysession
- The context session, not null.- Returns:
- The rendered image.
-