Package org.springframework.samples.petclinic.web

The classes in this package represent PetClinic's web presentation layer.

See:
          Description

Class Summary
AddOwnerForm JavaBean form controller that is used to add a new Owner to the system.
AddPetForm JavaBean form controller that is used to add a new Pet to the system.
AddVisitForm JavaBean form controller that is used to add a new Visit to the system.
ClinicBindingInitializer Shared WebBindingInitializer for PetClinic's custom editors.
ClinicController Annotation-driven MultiActionController that handles all non-form URL's.
EditOwnerForm JavaBean Form controller that is used to edit an existing Owner.
EditPetForm JavaBean Form controller that is used to edit an existing Pet.
FindOwnersForm JavaBean Form controller that is used to search for Owners by last name.
PetTypeEditor  
VisitsAtomView A view creating a Atom representation from a list of Visit objects.
 

Package org.springframework.samples.petclinic.web Description

The classes in this package represent PetClinic's web presentation layer.



Copyright © 2010. All Rights Reserved.