|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.busyboxes.agoo.controller.AboutController
@Controller @RequestMapping(value="/about.html") public class AboutController
This class represents the controller of the about page
Constructor Summary | |
---|---|
AboutController()
Default constructor |
Method Summary | |
---|---|
void |
indexPage(org.springframework.ui.ModelMap model)
This method responds to a GET request on the index page |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AboutController()
Method Detail |
---|
@RequestMapping(method=GET) public void indexPage(org.springframework.ui.ModelMap model)
model
- the model for the page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |