@Controller
@RequestMapping(value="VIEW")
@Primary
public class InteractikCalendarEventEditionController
extends org.osivia.services.calendar.event.edition.portlet.controller.CalendarEventEditionController
CalendarEventEditionController| Constructor and Description |
|---|
InteractikCalendarEventEditionController()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteVisual(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
InteractikCalendarEventEditionForm form)
Delete visual action mapping.
|
InteractikCalendarEventVocabularies |
getVocabularies(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get vocabularies model attribute.
|
void |
uploadVisual(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
InteractikCalendarEventEditionForm form)
Upload visual action mapping.
|
String |
view(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
org.osivia.services.calendar.common.model.CalendarEditionOptions options) |
void |
visualPreview(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
InteractikCalendarEventEditionForm form)
Visual preview resource mapping.
|
cancel, deleteAttachment, formInitBinder, getEditor, getForm, getOptions, restoreAttachment, save, setPortletConfig, uploadAttachmentsaddCommentAction, 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, renderpublic InteractikCalendarEventEditionController()
@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.event.edition.portlet.controller.CalendarEventEditionControllerjavax.portlet.PortletException@ModelAttribute(value="vocabularies") public InteractikCalendarEventVocabularies getVocabularies(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response) throws javax.portlet.PortletException
request - portlet requestresponse - portlet responsejavax.portlet.PortletException@ActionMapping(name="save",
params="upload-visual")
public void uploadVisual(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@ModelAttribute(value="form")
InteractikCalendarEventEditionForm form)
throws javax.portlet.PortletException,
IOException
request - action requestresponse - action responseform - workspace edition form model attributejavax.portlet.PortletExceptionIOException@ActionMapping(name="save",
params="delete-visual")
public void deleteVisual(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@ModelAttribute(value="form")
InteractikCalendarEventEditionForm form)
throws javax.portlet.PortletException
request - action requestresponse - action responseform - workspace edition form model attributejavax.portlet.PortletException@ResourceMapping(value="visualPreview")
public void visualPreview(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
@ModelAttribute(value="form")
InteractikCalendarEventEditionForm form)
throws IOException
request - resource requestresponse - resource responseform - workspace edition form model attributeIOExceptionCopyright © 2019. All rights reserved.