@Controller @RequestMapping(value="ADMIN") public class TaskbarAdminController extends Object
| Constructor and Description |
|---|
TaskbarAdminController()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TaskbarSettings |
getConfiguration(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get taskbar settings model attribute.
|
List<TaskbarView> |
getViews(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get taskbar views model attribute.
|
void |
save(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
String order,
TaskbarSettings settings)
Save action mapping.
|
String |
view(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
TaskbarSettings settings)
View render mapping.
|
@RenderMapping public String view(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, @ModelAttribute(value="settings") TaskbarSettings settings) throws javax.portlet.PortletException
request - render requestresponse - render responsesettings - taskbar settings model attributejavax.portlet.PortletException@ActionMapping(value="save")
public void save(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@RequestParam(value="order")
String order,
@ModelAttribute(value="settings")
TaskbarSettings settings)
throws javax.portlet.PortletException
request - action requestresponse - action responseorder - tasks order request parametersettings - taskbar settings model attributejavax.portlet.PortletException@ModelAttribute(value="settings") public TaskbarSettings getConfiguration(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response) throws javax.portlet.PortletException
request - portlet requestresponse - portlet responsejavax.portlet.PortletException@ModelAttribute(value="views") public List<TaskbarView> getViews(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response) throws javax.portlet.PortletException
request - portlet requestresponse - portlet responsejavax.portlet.PortletExceptionCopyright © 2019 OSIVIA. All rights reserved.