@Controller @RequestMapping(value="ADMIN") public class StatisticsAdminController extends Object
| Constructor and Description |
|---|
StatisticsAdminController()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
StatisticsWindowSettings |
getWindowSettings(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get window settings model attribute.
|
void |
save(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
StatisticsWindowSettings windowSettings)
Save 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="windowSettings")
StatisticsWindowSettings windowSettings)
throws javax.portlet.PortletException
request - action requestresponse - action responsewindowSettings - window settings model attributejavax.portlet.PortletException@ModelAttribute(value="windowSettings") public StatisticsWindowSettings getWindowSettings(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response) throws javax.portlet.PortletException
request - portlet requestresponse - portlet responsejavax.portlet.PortletExceptionCopyright © 2021 OSIVIA. All rights reserved.