Class ImageService

java.lang.Object
com.aquima.web.api.service.ImageService

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

    • ImageService Link icon

      public ImageService()
  • Method Details Link icon

    • renderImage Link icon

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