Uses of Class
org.springframework.samples.petportal.domain.PetDescription

Packages that use PetDescription
org.springframework.samples.petportal.portlet   
 

Uses of PetDescription in org.springframework.samples.petportal.portlet
 

Methods in org.springframework.samples.petportal.portlet with parameters of type PetDescription
 void PetDescriptionUploadController.processUpload(PetDescription upload, int petKey)
          On submit, set the description property for the selected Pet as a String.
 



John A. Lewis, Mark Fisher, Juergen Hoeller