ch.busyboxes.agoo.controller
Class IndexController

java.lang.Object
  extended by ch.busyboxes.agoo.controller.IndexController

@Controller
@RequestMapping(value="/agoo.html")
public class IndexController
extends java.lang.Object

This class represents the controller of the index page

Author:
julien@busyboxes.ch

Constructor Summary
IndexController()
          Default constructor
 
Method Summary
 void indexPage(org.springframework.ui.ModelMap model)
          This method responds to a GET request on the index page
 void setWatchedFileService(WatchedFileService watchedFileService)
          Sets the watched file service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexController

public IndexController()
Default constructor

Method Detail

indexPage

@RequestMapping(method=GET)
public void indexPage(org.springframework.ui.ModelMap model)
This method responds to a GET request on the index page

Parameters:
model - the model for the page

setWatchedFileService

public void setWatchedFileService(WatchedFileService watchedFileService)
Sets the watched file service

Parameters:
watchedFileService - the watched file service


Copyright © 2009. All Rights Reserved.