@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(javax.portlet.PortletRequest request,
org.springframework.ui.Model model)
getEditView.
|
ProxyPortletForm |
getForm(javax.portlet.PortletRequest request)
getForm.
|
Map<String,String> |
getPageCharacterEncodings()
Getter for the field
pageCharacterEncodings. |
void |
setPageCharacterEncodings(Map<String,String> pageCharacterEncodings)
Setter for the field
pageCharacterEncodings. |
void |
setSearchService(ISearchService searchService)
Setter for the field
searchService. |
void |
updatePortlet(ProxyPortletForm form,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
String save)
updatePortlet.
|
public void setPageCharacterEncodings(Map<String,String> pageCharacterEncodings)
Setter for the field pageCharacterEncodings.
pageCharacterEncodings - a Map object@ModelAttribute(value="pageCharacterEncodings") public Map<String,String> getPageCharacterEncodings()
Getter for the field pageCharacterEncodings.
Map objectpublic void setSearchService(ISearchService searchService)
Setter for the field searchService.
searchService - a ISearchService object@RenderMapping public String getEditView(javax.portlet.PortletRequest request, org.springframework.ui.Model model)
getEditView.
request - a PortletRequest objectmodel - a Model objectString object@ActionMapping
public void updatePortlet(@ModelAttribute(value="form")
ProxyPortletForm form,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@RequestParam(value="Save",required=false)
String save)
throws javax.portlet.PortletModeException
updatePortlet.
form - a ProxyPortletForm objectrequest - a ActionRequest objectresponse - a ActionResponse objectsave - a String objectjavax.portlet.PortletModeException - if any.public ProxyPortletForm getForm(javax.portlet.PortletRequest request)
getForm.
request - a PortletRequest objectProxyPortletForm objectCopyright © 2023 Apereo. All rights reserved.