-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ImageController
public ImageController()
-
Method Detail
-
fieldImage
@RequestMapping(method=GET,
value="/fieldimages/{fieldImageId}.img")
public void fieldImage(javax.servlet.http.HttpServletResponse response,
@PathVariable(value="fieldImageId")
Long fieldImageId)
throws IOException
- Throws:
IOException
-
screenshot
@RequestMapping(method=GET,
value="/screenshots/{screenshotId}.img")
public void screenshot(javax.servlet.http.HttpServletResponse response,
@PathVariable(value="screenshotId")
Long screenshotId)
throws IOException
- Throws:
IOException
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.