org.shredzone.repowatch.web
Class AdminController

java.lang.Object
  extended by org.shredzone.repowatch.web.AdminController

@Controller
public class AdminController
extends Object

This controller takes care of the admin masks.

Version:
$Revision: 328 $

Constructor Summary
AdminController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView adminHandler()
          Lists all changes of a repository, in a human readable form.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminController

public AdminController()
Method Detail

adminHandler

@RequestMapping(value="/admin/index.html")
public org.springframework.web.servlet.ModelAndView adminHandler()
Lists all changes of a repository, in a human readable form.

Returns:
ModelAndView for rendering.


Copyright © 2007-2011 shredzone.org. All Rights Reserved.