Class ImageActionHandler

java.lang.Object
com.aquima.interactions.framework.handler.image.ImageActionHandler
All Implemented Interfaces:
IActionHandler

public class ImageActionHandler extends Object implements IActionHandler
Action handler implementation to retrieve an image by name from the current application.
Since:
7.4
Author:
Jon van Leuven
  • Field Details Link icon

  • Constructor Details Link icon

    • ImageActionHandler Link icon

      public ImageActionHandler()
    • ImageActionHandler Link icon

      public ImageActionHandler(IPage currentPage)
  • Method Details Link icon

    • handle Link icon

      public IActionResult handle(IActionContext context) throws Exception
      Description copied from interface: IActionHandler
      This method will be called from the portal session to handle an action request from the client. The method returns an Action result object which can be used by the client to act upon this result.
      Specified by:
      handle in interface IActionHandler
      Parameters:
      context - The portal context of the current session.
      Returns:
      The result of the handle method, may be null.
      Throws:
      Exception - When an unexpected exception occurs.
    • isReadOnly Link icon

      public boolean isReadOnly()
      Description copied from interface: IActionHandler
      This method indicates if the action handler does not modify any profile data.
      Specified by:
      isReadOnly in interface IActionHandler
      Returns:
      boolean indicating if the handler does not modify any profile data.