@Controller
@RequestMapping(value="VIEW")
public class TaskbarViewController
extends fr.toutatice.portail.cms.nuxeo.api.CMSPortlet
CMSPortlet| Constructor and Description |
|---|
TaskbarViewController()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TaskbarSettings |
getSettings(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get taskbar settings model attribute.
|
void |
postConstruct()
Post-construct.
|
void |
start(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
String id,
TaskbarSettings settings)
Start task action mapping.
|
String |
view(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
TaskbarSettings settings)
View render mapping.
|
addCommentAction, createNuxeoController, deleteCommentAction, destroy, formatResourceLastModified, getCMSService, getNuxeoNavigationService, getNuxeoService, init, isResourceExpired, processCommentAction, serveResource, serveResourceByCache, serveResourceEditor, 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@PostConstruct public void postConstruct() throws javax.portlet.PortletException
javax.portlet.PortletException@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="start")
public void start(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@RequestParam(value="id")
String id,
@ModelAttribute(value="settings")
TaskbarSettings settings)
throws IOException,
javax.portlet.PortletException
request - action requestresponse - action responseid - task identifier required request parametersettings - taskbar settings model attributeIOExceptionjavax.portlet.PortletException@ModelAttribute(value="settings") public TaskbarSettings getSettings(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response) throws javax.portlet.PortletException
request - portlet requestresponse - portlet responsejavax.portlet.PortletExceptionCopyright © 2022 OSIVIA. All rights reserved.