org.shredzone.repowatch.web
Class RepositoryListController

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

@Controller
public class RepositoryListController
extends Object

This controller takes care of listing repositories.

Version:
$Revision: 328 $

Constructor Summary
RepositoryListController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView repoHandler()
          Lists all repositories.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryListController

public RepositoryListController()
Method Detail

repoHandler

@RequestMapping(value="/repo.html")
public org.springframework.web.servlet.ModelAndView repoHandler()
Lists all repositories.

Returns:
ModelAndView for rendering.


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