@Controller @RequestMapping(value="ADMIN") public class SearchAdminController extends Object
| Constructor and Description |
|---|
SearchAdminController()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SearchSettings |
getSettings(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get portlet settings model attribute.
|
void |
save(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
SearchSettings settings)
Save portlet settings action mapping.
|
String |
view(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
View render mapping.
|
@RenderMapping public String view(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
request - render requestresponse - render response@ActionMapping(value="save")
public void save(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@ModelAttribute(value="settings")
SearchSettings settings)
throws javax.portlet.PortletException
request - action requestresponse - action responsesettings - portlet settings model attributejavax.portlet.PortletException@ModelAttribute(value="settings") public SearchSettings getSettings(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response) throws javax.portlet.PortletException
request - portlet requestresponse - portlet responsejavax.portlet.PortletExceptionCopyright © 2021 OSIVIA. All rights reserved.