Uses of Interface
org.springframework.webflow.samples.booking.TravelService

Packages that use TravelService
org.springframework.webflow.samples.booking   
 

Uses of TravelService in org.springframework.webflow.samples.booking
 

Classes in org.springframework.webflow.samples.booking that implement TravelService
 class JpaTravelService
          A JPA-based implementation of the Booking Service.
 

Constructors in org.springframework.webflow.samples.booking with parameters of type TravelService
BookingsController(TravelService travelService)
           
DashboardController(TravelService travelService)
           
HotelsController(TravelService travelService)
           
PreferencesController(TravelService travelService)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.