@Controller @RequestMapping(value="CONFIG") public class EditProxyController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
EditProxyController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEditView() |
ProxyPortletForm |
getForm(javax.portlet.PortletRequest request) |
void |
updatePortlet(ProxyPortletForm form,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response) |
@RenderMapping public String getEditView()
@ActionMapping
public void updatePortlet(@ModelAttribute(value="form")
ProxyPortletForm form,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
@ModelAttribute(value="form") public ProxyPortletForm getForm(javax.portlet.PortletRequest request)
Copyright © 2013 Jasig. All Rights Reserved.