| org.compass.sample.petclinic.web.ClinicController
ClinicController | public class ClinicController extends MultiActionController implements InitializingBean(Code) | | MultiActionController that handles all non-form URL's.
author: Ken Krebs |
setClinic | public void setClinic(Clinic clinic)(Code) | | Setter for property clinic.
Parameters: clinic - New value of property clinic. |
springTutorialHandler | public ModelAndView springTutorialHandler(HttpServletRequest request, HttpServletResponse response) throws ServletException(Code) | | Custom handler for tutorial
Parameters: request - current HTTP request Parameters: response - current HTTP response a ModelAndView to render the response |
|
|