-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
fieldImage(javax.servlet.http.HttpServletResponse response,
Long fieldImageId) |
protected Date |
getCurrentDate() |
void |
screenshot(javax.servlet.http.HttpServletResponse response,
Long screenshotId) |
-
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 © 2013 SURFnet bv, The Netherlands. All rights reserved.