org.compass.sample.petclinic.web |
The classes in this package represent a Web Application implementation of
the Presentation Layer of Petclinic.
|
Java Source File Name | Type | Comment |
AbstractClinicForm.java | Class | JavaBean abstract base class for petclinic-aware form controllers. |
AddOwnerForm.java | Class | JavaBean form controller that is used to add a new Owner to
the system. |
AddPetForm.java | Class | JavaBean form controller that is used to add a new Pet to the
system. |
AddVisitForm.java | Class | JavaBean form controller that is used to add a new Visit to
the system. |
ClinicController.java | Class | MultiActionController that handles all non-form URL's. |
EditOwnerForm.java | Class | JavaBean Form controller that is used to edit an existing Owner . |
EditPetForm.java | Class | JavaBean Form controller that is used to edit an existing Pet . |
FindOwnersForm.java | Class | JavaBean Form controller that is used to search for Owner s by
last name. |