@Controller
@RequestMapping(value="VIEW")
public class ViewController
extends fr.toutatice.portail.cms.nuxeo.api.CMSPortlet
implements org.springframework.web.portlet.context.PortletConfigAware, org.springframework.web.portlet.context.PortletContextAware
CMSPortlet,
PortletConfigAware,
PortletContextAware| Constructor and Description |
|---|
ViewController()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
postConstruct()
Post-construct.
|
void |
rejectCgu(FormAdmin formulaire,
org.springframework.validation.BindingResult result,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.springframework.ui.ModelMap modelMap,
javax.portlet.PortletSession session,
org.springframework.ui.ModelMap model) |
void |
setPortletConfig(javax.portlet.PortletConfig portletConfig) |
void |
setPortletContext(javax.portlet.PortletContext portletContext) |
void |
validateCgu(FormAdmin formulaire,
org.springframework.validation.BindingResult result,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.springframework.ui.ModelMap modelMap,
javax.portlet.PortletSession session,
org.springframework.ui.ModelMap model) |
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, serveResourceEditor, serveResourceException, serveResourceFancytreeLazyLoading, serveResourceSelect2VocabularyaddNotification, 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)
request - render requestresponse - render response@ActionMapping(params="action=validateCgu")
public void validateCgu(@ModelAttribute
FormAdmin formulaire,
org.springframework.validation.BindingResult result,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.springframework.ui.ModelMap modelMap,
javax.portlet.PortletSession session,
org.springframework.ui.ModelMap model)
throws Exception
Exception@ActionMapping(params="action=rejectCgu")
public void rejectCgu(@ModelAttribute
FormAdmin formulaire,
org.springframework.validation.BindingResult result,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
org.springframework.ui.ModelMap modelMap,
javax.portlet.PortletSession session,
org.springframework.ui.ModelMap model)
throws Exception
Exceptionpublic void setPortletConfig(javax.portlet.PortletConfig portletConfig)
setPortletConfig in interface org.springframework.web.portlet.context.PortletConfigAwarepublic void setPortletContext(javax.portlet.PortletContext portletContext)
setPortletContext in interface org.springframework.web.portlet.context.PortletContextAwareCopyright © 2019 OSIVIA. All rights reserved.