Class ImageController


@Controller("v2ApiImageController") @RequestMapping(path="/api/v2", produces="application/json") @ServerContext public class ImageController extends ImageBaseController
Since:
11.0
  • Constructor Details Link icon

    • ImageController Link icon

      @Autowired public ImageController(ImageService imageService)
  • Method Details Link icon

    • get Link icon

      @GetMapping("/session/{sessionId}/image/{imageName}") public void get(@PathVariable("sessionId") com.blueriq.component.api.IAquimaSession session, @PathVariable String imageName, jakarta.servlet.http.HttpServletResponse httpResponse) throws Exception
      Throws:
      Exception
    • get Link icon

      @GetMapping("/session/{sessionId}/image/{imageName}/key/{key}") public void get(@PathVariable("sessionId") com.blueriq.component.api.IAquimaSession session, @PathVariable String imageName, @PathVariable String key, jakarta.servlet.http.HttpServletResponse httpResponse) throws Exception
      Throws:
      Exception