@Controller public class DisplaySpannersController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MODEL_ATTRIBUTE_SPANNERS |
static String |
VIEW_DISPLAY_SPANNERS |
| Constructor and Description |
|---|
DisplaySpannersController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
deleteSpanner(int id)
Delete a single spanner
|
org.springframework.web.servlet.ModelAndView |
displaySpanners()
Display all spanners
|
public static final String VIEW_DISPLAY_SPANNERS
public static final String MODEL_ATTRIBUTE_SPANNERS
@RequestMapping(value="/displaySpanners",
method=GET)
public org.springframework.web.servlet.ModelAndView displaySpanners()
@RequestMapping(value="/deleteSpanner",
method=GET)
public org.springframework.web.servlet.ModelAndView deleteSpanner(@RequestParam
int id)
throws SpannerNotFoundException
SpannerNotFoundExceptionCopyright © 2015. All rights reserved.