@Controller @RequestMapping(value="/ajax/gadgets") public class GoogleGadgetListingController extends Object
| Constructor and Description |
|---|
GoogleGadgetListingController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
getSearchListing(javax.servlet.http.HttpServletRequest request,
String query,
String category,
Integer start) |
void |
setGoogleGadgetService(GoogleGadgetService googleGadgetService) |
@Autowired(required=true) public void setGoogleGadgetService(GoogleGadgetService googleGadgetService)
@RequestMapping(method=GET)
public org.springframework.web.servlet.ModelAndView getSearchListing(javax.servlet.http.HttpServletRequest request,
@RequestParam(value="query",required=false)
String query,
@RequestParam(value="category",required=false)
String category,
@RequestParam(value="start",required=false)
Integer start)
Copyright © 2015 Jasig. All Rights Reserved.