org.springframework.webflow.samples.booking
Class DashboardController

java.lang.Object
  extended by org.springframework.webflow.samples.booking.DashboardController

@Controller
public class DashboardController
extends Object


Constructor Summary
DashboardController(TravelService travelService)
           
 
Method Summary
 void getDashboard(SearchCriteria searchCriteria, Principal currentUser, org.springframework.ui.Model model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashboardController

public DashboardController(TravelService travelService)
Method Detail

getDashboard

@RequestMapping(value="/dashboard",
                method=GET)
public void getDashboard(SearchCriteria searchCriteria,
                                        Principal currentUser,
                                        org.springframework.ui.Model model)


Copyright © 2009 SpringSource, Inc. All Rights Reserved.