org.shredzone.repowatch.web
Class SearchController
java.lang.Object
org.shredzone.repowatch.web.SearchController
@Controller
public class SearchController
- extends Object
This controller takes care of all search operations.
- Version:
- $Revision: 328 $
|
Method Summary |
org.springframework.web.servlet.ModelAndView |
repoHandler(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpSession session,
Boolean doFlag,
String term,
Boolean descFlag,
Integer page,
Boolean domainonlyFlag,
Long domainId)
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 |
SearchController
public SearchController()
repoHandler
@RequestMapping(value="/search.html")
public org.springframework.web.servlet.ModelAndView repoHandler(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpSession session,
@RequestParam(value="do",required=false)
Boolean doFlag,
@RequestParam(value="term",required=false)
String term,
@RequestParam(value="desc",required=false)
Boolean descFlag,
@RequestParam(value="page",required=false)
Integer page,
@RequestParam(value="domainonly",required=false)
Boolean domainonlyFlag,
@RequestParam(value="domainid",required=false)
Long domainId)
- Lists all changes of a repository, in a human readable form.
- Parameters:
req - HttpServletRequestsession - HttpSessiondoFlag - Flag asking to perform a new searchterm - Search term, or nulldescFlag - Flag to search in descriptions, or nullpage - Page number in the browser, or nulldomainonlyFlag - Flag to limit the search to the domainId onlydomainId - Domain ID to limit the search at
- Returns:
ModelAndView for rendering.
Copyright © 2007-2011
shredzone.org. All Rights Reserved.