Uses of Interface
org.springframework.samples.petclinic.util.ExternalContext

Packages that use ExternalContext
org.springframework.samples.petclinic.appointments.web   
org.springframework.samples.petclinic.owners   
org.springframework.samples.petclinic.owners.pets   
org.springframework.samples.petclinic.util   
 

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

Methods in org.springframework.samples.petclinic.appointments.web with parameters of type ExternalContext
 void AppointmentsController.getForDay(Date day, ExternalContext context)
           
 

Uses of ExternalContext in org.springframework.samples.petclinic.owners
 

Methods in org.springframework.samples.petclinic.owners with parameters of type ExternalContext
 void OwnerController.put(OwnerForm owner, ExternalContext response)
           
 

Uses of ExternalContext in org.springframework.samples.petclinic.owners.pets
 

Methods in org.springframework.samples.petclinic.owners.pets with parameters of type ExternalContext
 void PetController.delete(Long owner, String pet, ExternalContext context)
           
 void PetController.put(Pet pet, ExternalContext response)
           
 

Uses of ExternalContext in org.springframework.samples.petclinic.util
 

Methods in org.springframework.samples.petclinic.util that return ExternalContext
 ExternalContext ExternalContext.forResource(Object resource)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.