@Controller
@RequestMapping(value="ADMIN")
public class AdminController
extends fr.toutatice.portail.cms.nuxeo.api.CMSPortlet
implements org.springframework.web.portlet.context.PortletContextAware, org.springframework.web.portlet.context.PortletConfigAware
| Constructor and Description |
|---|
AdminController() |
| Modifier and Type | Method and Description |
|---|---|
void |
annuler(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response) |
void |
setAdminProperty(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 ctx) |
String |
showAdmin(org.springframework.ui.ModelMap model,
javax.portlet.RenderRequest request,
javax.portlet.PortletSession session) |
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@RequestMapping public String showAdmin(org.springframework.ui.ModelMap model, javax.portlet.RenderRequest request, javax.portlet.PortletSession session)
@ActionMapping(params="action=setAdminProperty")
public void setAdminProperty(@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=annuler")
public void annuler(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws Exception
Exceptionpublic void setPortletConfig(javax.portlet.PortletConfig portletConfig)
setPortletConfig in interface org.springframework.web.portlet.context.PortletConfigAwarepublic void setPortletContext(javax.portlet.PortletContext ctx)
setPortletContext in interface org.springframework.web.portlet.context.PortletContextAwareCopyright © 2016. All rights reserved.