@Controller @RequestMapping(value="/app/rest") public class ScreenshotResource extends Object
| Constructor and Description |
|---|
ScreenshotResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
screenShotExecution(OutputStream out) |
@RequestMapping(value="/screenshot",
method=GET,
produces="image/png")
public void screenShotExecution(OutputStream out)
throws IOException
IOExceptionCopyright © 2019 VILT Group. All rights reserved.