@Controller @RequestMapping(value="VIEW") public class TaskbarViewController extends Object
| Constructor and Description |
|---|
TaskbarViewController()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
drop(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
String sourceIds,
String targetId)
Drop action mapping.
|
Taskbar |
getTaskbar(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get taskbar model attribute.
|
void |
lazyLoading(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
String path)
Lazy loading resource 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="drop")
public void drop(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@RequestParam(value="sourceIds")
String sourceIds,
@RequestParam(value="targetId")
String targetId)
throws javax.portlet.PortletException
request - action requestresponse - action responsesourceIds - source identifiers request parametertargetId - target identifier request parameterjavax.portlet.PortletException@ResourceMapping(value="lazy-loading")
public void lazyLoading(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
@RequestParam(value="path")
String path)
throws javax.portlet.PortletException,
IOException
request - resource requestresponse - resource responsepath - parent folder path request parameterjavax.portlet.PortletExceptionIOException@ModelAttribute(value="taskbar") public Taskbar getTaskbar(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response) throws javax.portlet.PortletException
request - portlet requestresponse - portlet responsejavax.portlet.PortletExceptionCopyright © 2022. All rights reserved.