org.jasig.portlet.widget.mvc
Class EditGoogleGadgetController

java.lang.Object
  extended by org.jasig.portlet.widget.mvc.EditGoogleGadgetController

@Controller
@RequestMapping(value="CONFIG")
public class EditGoogleGadgetController
extends Object


Constructor Summary
EditGoogleGadgetController()
           
 
Method Summary
 org.springframework.web.portlet.ModelAndView getConfigurationView(String gadgetUrl)
           
 org.springframework.web.portlet.ModelAndView getSearchView(javax.portlet.RenderRequest request)
           
 void saveConfiguration(String gadgetUrl, int width, int height, String title, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 void setGoogleGadgetService(GoogleGadgetService googleGadgetService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditGoogleGadgetController

public EditGoogleGadgetController()
Method Detail

setGoogleGadgetService

public void setGoogleGadgetService(GoogleGadgetService googleGadgetService)

getSearchView

@RequestMapping
public org.springframework.web.portlet.ModelAndView getSearchView(javax.portlet.RenderRequest request)

getConfigurationView

@RequestMapping(params="action=configure")
public org.springframework.web.portlet.ModelAndView getConfigurationView(@RequestParam(value="gadgetUrl")
                                                                                        String gadgetUrl)

saveConfiguration

@RequestMapping(params="action=saveConfiguration")
public void saveConfiguration(@RequestParam(value="gadgetUrl")
                                             String gadgetUrl,
                                             @RequestParam(value="width")
                                             int width,
                                             @RequestParam(value="height")
                                             int height,
                                             @RequestParam(value="title")
                                             String title,
                                             javax.portlet.ActionRequest request,
                                             javax.portlet.ActionResponse response)


Copyright © 2011 Jasig. All Rights Reserved.