@Controller
@RequestMapping(value="VIEW")
public class TaskbarViewController
extends fr.toutatice.portail.cms.nuxeo.api.CMSPortlet
implements org.springframework.web.portlet.context.PortletContextAware
CMSPortlet,
PortletContextAware| Constructor and Description |
|---|
TaskbarViewController()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setPortletContext(javax.portlet.PortletContext portletContext) |
void |
start(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
String id)
Start task.
|
String |
view(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
View render mapping.
|
addCommentAction, createNuxeoController, deleteCommentAction, destroy, formatResourceLastModified, getCMSService, getNuxeoNavigationService, getNuxeoService, init, isResourceExpired, processCommentAction, serveResource, serveResourceByCache, serveResourceException, serveResourceFancytreeLazyLoadingaddNotification, addNotification, getBundleFactory, getDirectoryService, getMenubarService, getMessage, getMessage, getNotificationsService, getPortalUrlFactory, getTraceServicedoDispatch, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processAction, processEvent, render@RenderMapping public String view(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response) throws javax.portlet.PortletException
request - render requestresponse - render responsetasks - tasks model attributejavax.portlet.PortletException@ActionMapping(value="start")
public void start(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@RequestParam(value="id")
String id)
throws IOException,
javax.portlet.PortletException
request - action requestresponse - action responseid - task identifier required request parametertasks - tasks model attributeIOExceptionjavax.portlet.PortletExceptionpublic void setPortletContext(javax.portlet.PortletContext portletContext)
setPortletContext in interface org.springframework.web.portlet.context.PortletContextAwareCopyright © 2017 OSIVIA. All rights reserved.