org.jasig.portlet.widget.servlet.mvc
Class GoogleGadgetListingController

java.lang.Object
  extended by org.jasig.portlet.widget.servlet.mvc.GoogleGadgetListingController

@Controller
@RequestMapping(value="/ajax/gadgets")
public class GoogleGadgetListingController
extends Object


Constructor Summary
GoogleGadgetListingController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView getSearchListing(javax.servlet.http.HttpServletRequest request, String query, String category, Integer start)
           
 void setGoogleGadgetService(GoogleGadgetService googleGadgetService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleGadgetListingController

public GoogleGadgetListingController()
Method Detail

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.