@Controller public class DetailSpannerController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MODEL_SPANNER |
static String |
VIEW_DETAIL_SPANNER |
| Constructor and Description |
|---|
DetailSpannerController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
displayDetail(int id) |
public static final String VIEW_DETAIL_SPANNER
public static final String MODEL_SPANNER
@RequestMapping(value="/detailSpanner",
method=GET)
public org.springframework.web.servlet.ModelAndView displayDetail(@RequestParam
int id)
throws SpannerNotFoundException
SpannerNotFoundExceptionCopyright © 2015. All rights reserved.