@Controller @RequestMapping(value="/distributed/locationMonitorDetails.htm") public class LocationMonitorDetailsController extends Object
LocationMonitorDetailsController class.
| Constructor and Description | 
|---|
LocationMonitorDetailsController()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.springframework.web.servlet.ModelAndView | 
handle(javax.servlet.http.HttpServletRequest request,
      LocationMonitorIdCommand cmd,
      org.springframework.validation.BindingResult errors)  | 
@RequestMapping(method={GET,POST})
public org.springframework.web.servlet.ModelAndView handle(javax.servlet.http.HttpServletRequest request,
                                                                                              @ModelAttribute(value="command")
                                                                                              LocationMonitorIdCommand cmd,
                                                                                              org.springframework.validation.BindingResult errors)
Copyright © 2020. All rights reserved.