@Controller
@RequestMapping(value="VIEW")
public class ViewGeneratorController
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 |
|---|
ViewGeneratorController()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
exceptionHandler(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Exception handler.
|
void |
generate(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
Generate data action mapping.
|
Configuration |
getConfiguration(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get generator configuration model attribute.
|
void |
postConstruct()
Post-construct.
|
void |
preDestroy()
Pre-destroy.
|
void |
purge(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
Purge data action mapping.
|
void |
setPortletConfig(javax.portlet.PortletConfig portletConfig) |
void |
setPortletContext(javax.portlet.PortletContext portletContext) |
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, 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@PostConstruct public void postConstruct() throws javax.portlet.PortletException
javax.portlet.PortletException@PreDestroy public void preDestroy()
@RenderMapping public String view(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
request - render requestresponse - render response@ExceptionHandler public String exceptionHandler(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response) throws javax.portlet.PortletException
request - portlet requestresponse - portlet responsejavax.portlet.PortletException@ActionMapping(value="generate")
public void generate(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws javax.portlet.PortletException
request - action requestresponse - action responsejavax.portlet.PortletException@ActionMapping(value="purge")
public void purge(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws javax.portlet.PortletException
request - action requestresponse - action responsejavax.portlet.PortletException@ModelAttribute(value="configuration") public Configuration getConfiguration(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response) throws javax.portlet.PortletException
request - portlet requestresponse - portlet responsejavax.portlet.PortletExceptionpublic 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 © 2018. All rights reserved.