@Controller @RequestMapping(value="CONFIG") public class EditGoogleGadgetController extends Object
| Constructor and Description |
|---|
EditGoogleGadgetController() |
| Modifier and Type | Method and Description |
|---|---|
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) |
@Autowired(required=true) public void setGoogleGadgetService(GoogleGadgetService googleGadgetService)
@RenderMapping public org.springframework.web.portlet.ModelAndView getSearchView(javax.portlet.RenderRequest request)
@RenderMapping(params="action=configure")
public org.springframework.web.portlet.ModelAndView getConfigurationView(@RequestParam(value="gadgetUrl")
String gadgetUrl)
@ActionMapping(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 © 2016 Jasig. All Rights Reserved.