@Controller
@RequestMapping(value="VIEW")
@SessionAttributes(value="form")
@Primary
public class InteractikCalendarEditionController
extends org.osivia.services.calendar.edition.portlet.controller.CalendarEditionController
| Constructor and Description |
|---|
InteractikCalendarEditionController()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCMSPath(fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController)
Get CMS path.
|
void |
uploadImport(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.osivia.services.calendar.edition.portlet.model.CalendarEditionForm form) |
String |
view(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
org.osivia.services.calendar.common.model.CalendarEditionOptions options)
View render mapping.
|
addSynchronizationSource, cancel, deleteVignette, editSynchronizationSource, formInitBinder, getForm, getOptions, removeSynchronisationSource, save, synchronizationSourceEditionUrl, uploadVignette, vignettePreviewpublic InteractikCalendarEditionController()
@RenderMapping public String view(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, @ModelAttribute(value="options") org.osivia.services.calendar.common.model.CalendarEditionOptions options) throws javax.portlet.PortletException
view in class org.osivia.services.calendar.edition.portlet.controller.CalendarEditionControllerrequest - render requestresponse - render responseoptions - calendar edition options model attributejavax.portlet.PortletException@ActionMapping(name="save",
params="import-submit")
public void uploadImport(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@ModelAttribute(value="form")
org.osivia.services.calendar.edition.portlet.model.CalendarEditionForm form)
throws javax.portlet.PortletException,
IOException
javax.portlet.PortletExceptionIOExceptionprotected String getCMSPath(fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController) throws javax.portlet.PortletException
nuxeoController - Nuxeo controllerjavax.portlet.PortletExceptionCopyright © 2019. All rights reserved.