@Controller
@RequestMapping(value="ADMIN")
public class ProcedurePortletAdminController
extends fr.toutatice.portail.cms.nuxeo.api.CMSPortlet
implements org.springframework.web.portlet.context.PortletContextAware, org.springframework.web.portlet.context.PortletConfigAware
| Modifier and Type | Field and Description |
|---|---|
static String |
PROCEDURE_PATH_KEY |
| Constructor and Description |
|---|
ProcedurePortletAdminController() |
| Modifier and Type | Method and Description |
|---|---|
String |
defaultView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response) |
AdminForm |
getAdminForm(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response) |
void |
postConstruct()
Portlet initialization.
|
void |
setAdminProperty(AdminForm adminForm,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response) |
void |
setPortletConfig(javax.portlet.PortletConfig portletConfig) |
void |
setPortletContext(javax.portlet.PortletContext portletContext) |
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, renderpublic static final String PROCEDURE_PATH_KEY
@PostConstruct public void postConstruct() throws javax.portlet.PortletException
javax.portlet.PortletException@RenderMapping public String defaultView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response) throws javax.portlet.PortletException, org.osivia.portal.core.cms.CMSException
javax.portlet.PortletExceptionorg.osivia.portal.core.cms.CMSException@ModelAttribute(value="adminForm") public AdminForm getAdminForm(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response) throws javax.portlet.PortletException
javax.portlet.PortletException@ActionMapping(value="action",
params="valider")
public void setAdminProperty(@ModelAttribute(value="adminForm")
AdminForm adminForm,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws Exception
Exceptionpublic void setPortletContext(javax.portlet.PortletContext portletContext)
setPortletContext in interface org.springframework.web.portlet.context.PortletContextAwarepublic void setPortletConfig(javax.portlet.PortletConfig portletConfig)
setPortletConfig in interface org.springframework.web.portlet.context.PortletConfigAwareCopyright © 2017. All rights reserved.