|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.busyboxes.agoo.controller.FileController
@Controller public class FileController
This class represents the controller for file page
| Constructor Summary | |
|---|---|
FileController()
|
|
| Method Summary | |
|---|---|
org.springframework.ui.ModelMap |
fileDetails(java.lang.Long fileId)
This method responds to a request on the file details 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 FileController()
| Method Detail |
|---|
@RequestMapping(value="/file/details",
method=GET)
public org.springframework.ui.ModelMap fileDetails(@RequestParam(value="fileId")
java.lang.Long fileId)
fileId - the id of the folder
public 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 | |||||||||