Uses of Class
org.springframework.samples.petclinic.appointments.web.AppointmentForm

Packages that use AppointmentForm
org.springframework.samples.petclinic.appointments.web   
 

Uses of AppointmentForm in org.springframework.samples.petclinic.appointments.web
 

Methods in org.springframework.samples.petclinic.appointments.web that return AppointmentForm
 AppointmentForm AppointmentsController.getNewForm()
           
 

Methods in org.springframework.samples.petclinic.appointments.web with parameters of type AppointmentForm
 String AppointmentsController.post(AppointmentForm form)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.