Class ImageService


  • @Service
    public class ImageService
    extends Object
    Service for rendering an image.
    Since:
    9.2
    Author:
    R.Fleuren
    • Constructor Detail

      • ImageService

        public ImageService()
    • Method Detail

      • 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.
        session - The context session, not null.
        Returns:
        The rendered image.