org.jasig.portlet.widget.servlet.mvc
Class GoogleGadgetListingController
java.lang.Object
org.jasig.portlet.widget.servlet.mvc.GoogleGadgetListingController
@Controller
@RequestMapping(value="/ajax/gadgets")
public class GoogleGadgetListingController
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoogleGadgetListingController
public GoogleGadgetListingController()
setGoogleGadgetService
public void setGoogleGadgetService(GoogleGadgetService googleGadgetService)
getSearchListing
@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 © 2011 Jasig. All Rights Reserved.