org.jasig.portlet.widget.mvc
Class EditGoogleGadgetController
java.lang.Object
org.jasig.portlet.widget.mvc.EditGoogleGadgetController
@Controller
@RequestMapping(value="CONFIG")
public class EditGoogleGadgetController
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditGoogleGadgetController
public EditGoogleGadgetController()
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.