ch.busyboxes.agoo.controller
Class AboutController

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

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

This class represents the controller of the about page

Author:
julien@busyboxes.ch

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

AboutController

public AboutController()
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


Copyright © 2009. All Rights Reserved.