|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.busyboxes.agoo.controller.IndexController
@Controller @RequestMapping(value="/agoo.html") public class IndexController
This class represents the controller of the index page
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 |
---|
public IndexController()
Method Detail |
---|
@RequestMapping(method=GET) public void indexPage(org.springframework.ui.ModelMap model)
model
- the model for the pagepublic void setWatchedFileService(WatchedFileService watchedFileService)
watchedFileService
- the watched file service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |