fr.paris.lutece.plugins.pluginwizard.web
Class PluginWizardApp

java.lang.Object
  extended by fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
      extended by fr.paris.lutece.plugins.pluginwizard.web.PluginWizardApp
All Implemented Interfaces:
fr.paris.lutece.portal.web.xpages.XPageApplication

@Controller(xpageName="pluginwizard",
            pagePathI18nKey="pluginwizard.pagePathLabel",
            pageTitleI18nKey="pluginwizard.pageTitle")
public class PluginWizardApp
extends fr.paris.lutece.portal.util.mvc.xpage.MVCApplication

The class manage pluginwizard Page


Field Summary
static String ERROR_ATTRIBUTE_COUNT
           
static String ERROR_DESCRIPTION_TYPE
           
static String ERROR_PRIMARY_TYPE
           
static String ERROR_TABLE_PREFIX
           
static String INFO_APPLICATION_CREATED
           
static String INFO_APPLICATION_DELETED
           
static String INFO_APPLICATION_UPDATED
           
static String INFO_ATTRIBUTE_CREATED
           
static String INFO_ATTRIBUTE_DELETED
           
static String INFO_ATTRIBUTE_UPDATED
           
static String INFO_BUSINESS_CLASS_CREATED
           
static String INFO_BUSINESS_CLASS_DELETED
           
static String INFO_BUSINESS_CLASS_UPDATED
           
static String INFO_DATA_RESET
           
static String INFO_FEATURE_CREATED
           
static String INFO_FEATURE_DELETED
           
static String INFO_FEATURE_UPDATED
           
static String INFO_PLUGIN_CREATED
           
static String INFO_PORTLET_CREATED
           
static String INFO_PORTLET_DELETED
           
static String INFO_PORTLET_UPDATED
           
static String INFO_SESSION_EXPIRED
           
 
Constructor Summary
PluginWizardApp()
           
 
Method Summary
 fr.paris.lutece.portal.web.xpages.XPage doConfirmRemoveAdminFeature(javax.servlet.http.HttpServletRequest request)
          The confirmation of the removal of an admin _feature
 fr.paris.lutece.portal.web.xpages.XPage doConfirmRemoveApplication(javax.servlet.http.HttpServletRequest request)
          The confirmation of an application removal
 fr.paris.lutece.portal.web.xpages.XPage doConfirmRemoveBusinessClass(javax.servlet.http.HttpServletRequest request)
          The confirmation of a business class removal
 fr.paris.lutece.portal.web.xpages.XPage doConfirmRemovePortlet(javax.servlet.http.HttpServletRequest request)
          The confirmation of the plugin removal
 fr.paris.lutece.portal.web.xpages.XPage doCreateAdminFeature(javax.servlet.http.HttpServletRequest request)
          The creation of an admin _feature
 fr.paris.lutece.portal.web.xpages.XPage doCreateApplication(javax.servlet.http.HttpServletRequest request)
          The creation action of the plugin application
 fr.paris.lutece.portal.web.xpages.XPage doCreateAttribute(javax.servlet.http.HttpServletRequest request)
          The creation action of an attribute
 fr.paris.lutece.portal.web.xpages.XPage doCreateBusinessClass(javax.servlet.http.HttpServletRequest request)
          The creation action of the business class
 fr.paris.lutece.portal.web.xpages.XPage doCreatePlugin(javax.servlet.http.HttpServletRequest request)
          The modification action of the plugin
 fr.paris.lutece.portal.web.xpages.XPage doCreatePortlet(javax.servlet.http.HttpServletRequest request)
          The creation action of the portlet
 fr.paris.lutece.portal.web.xpages.XPage doDescritionNext(javax.servlet.http.HttpServletRequest request)
          Action for leaving description form with previous button
 fr.paris.lutece.portal.web.xpages.XPage doDescritionPrevious(javax.servlet.http.HttpServletRequest request)
          Action for leaving description form with previous button
 fr.paris.lutece.portal.web.xpages.XPage doModifyAdminFeature(javax.servlet.http.HttpServletRequest request)
          The modification action of an admin _feature
 fr.paris.lutece.portal.web.xpages.XPage doModifyApplication(javax.servlet.http.HttpServletRequest request)
          The modification action of the plugin application
 fr.paris.lutece.portal.web.xpages.XPage doModifyAttribute(javax.servlet.http.HttpServletRequest request)
          The modification action for the attribute
 fr.paris.lutece.portal.web.xpages.XPage doModifyBusinessClass(javax.servlet.http.HttpServletRequest request)
          The modification action for the business class
 fr.paris.lutece.portal.web.xpages.XPage doModifyPluginPortlet(javax.servlet.http.HttpServletRequest request)
          The modification action of the portlet
 fr.paris.lutece.portal.web.xpages.XPage doRemoveAdminFeature(javax.servlet.http.HttpServletRequest request)
          The removal screen of an admin _feature
 fr.paris.lutece.portal.web.xpages.XPage doRemoveApplication(javax.servlet.http.HttpServletRequest request)
          The removal action of a plugin application
 fr.paris.lutece.portal.web.xpages.XPage doRemoveAttribute(javax.servlet.http.HttpServletRequest request)
          Remove Business Attribute
 fr.paris.lutece.portal.web.xpages.XPage doRemoveBusinessClass(javax.servlet.http.HttpServletRequest request)
          The removal action of a plugin application
 fr.paris.lutece.portal.web.xpages.XPage doRemovePluginPortlet(javax.servlet.http.HttpServletRequest request)
          Remove Portlet Action
 fr.paris.lutece.portal.web.xpages.XPage doResetData(javax.servlet.http.HttpServletRequest request)
           
 fr.paris.lutece.portal.web.xpages.XPage doValidateAttributes(javax.servlet.http.HttpServletRequest request)
           
 fr.paris.lutece.portal.web.xpages.XPage getConfirmRemoveAttribute(javax.servlet.http.HttpServletRequest request)
          The confirmation of the attribute removal
 fr.paris.lutece.portal.web.xpages.XPage getCreateAdminFeature(javax.servlet.http.HttpServletRequest request)
          The creation form of the admin _feature
 fr.paris.lutece.portal.web.xpages.XPage getCreateApplication(javax.servlet.http.HttpServletRequest request)
          The creation screen of a plugin application
 fr.paris.lutece.portal.web.xpages.XPage getCreateAttribute(javax.servlet.http.HttpServletRequest request)
          The creation form of the attribute associated to a business class
 fr.paris.lutece.portal.web.xpages.XPage getCreateBusinessClass(javax.servlet.http.HttpServletRequest request)
          The creation form of a business class
 fr.paris.lutece.portal.web.xpages.XPage getCreatePlugin(javax.servlet.http.HttpServletRequest request)
          The Creation form of the plugin
 fr.paris.lutece.portal.web.xpages.XPage getCreatePluginDescription(javax.servlet.http.HttpServletRequest request)
          Gets the create plugin description page
 fr.paris.lutece.portal.web.xpages.XPage getCreatePortlet(javax.servlet.http.HttpServletRequest request)
          The creation screen of a portlet
 fr.paris.lutece.portal.web.xpages.XPage getManageAdminFeatures(javax.servlet.http.HttpServletRequest request)
          The management screen of the admin features
 fr.paris.lutece.portal.web.xpages.XPage getManageApplications(javax.servlet.http.HttpServletRequest request)
          The management of the plugin applications associated to the generated plugin
 fr.paris.lutece.portal.web.xpages.XPage getManageBusinessClasses(javax.servlet.http.HttpServletRequest request)
          The management screen of business classes associated to the plugin which is generated
 fr.paris.lutece.portal.web.xpages.XPage getManagePortlets(javax.servlet.http.HttpServletRequest request)
          The screen for management of portlets associated to the generated plugin
 fr.paris.lutece.portal.web.xpages.XPage getModifyAdminFeature(javax.servlet.http.HttpServletRequest request)
          The modification screen of the admin _feature
 fr.paris.lutece.portal.web.xpages.XPage getModifyApplication(javax.servlet.http.HttpServletRequest request)
          The modification screen of a plugin application
 fr.paris.lutece.portal.web.xpages.XPage getModifyAttribute(javax.servlet.http.HttpServletRequest request)
          The modification form of an attribute
 fr.paris.lutece.portal.web.xpages.XPage getModifyBusinessClass(javax.servlet.http.HttpServletRequest request)
          Gets the modify business class page
 fr.paris.lutece.portal.web.xpages.XPage getModifyPlugin(javax.servlet.http.HttpServletRequest request)
          The modification form of the plugin
 fr.paris.lutece.portal.web.xpages.XPage getModifyPluginDescription(javax.servlet.http.HttpServletRequest request)
          The modification form of the plugin description
 fr.paris.lutece.portal.web.xpages.XPage getModifyPortlet(javax.servlet.http.HttpServletRequest request)
          The modification page of the portlet
 fr.paris.lutece.portal.web.xpages.XPage getPage(javax.servlet.http.HttpServletRequest request, int nMode, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          
 fr.paris.lutece.portal.web.xpages.XPage getPluginRecapitulate(javax.servlet.http.HttpServletRequest request)
          The get page of the plugin recapitulation
 
Methods inherited from class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
addError, addError, addInfo, addInfo, download, download, fillCommons, getActionUrl, getDefaultPagePath, getDefaultPageTitle, getLocale, getModel, getViewFullUrl, getViewUrl, getXPage, getXPage, getXPage, getXPage, getXPageName, populate, redirect, redirect, redirect, redirectMessageBox, redirectView, validateBean, validateBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_TABLE_PREFIX

public static final String ERROR_TABLE_PREFIX
See Also:
Constant Field Values

ERROR_PRIMARY_TYPE

public static final String ERROR_PRIMARY_TYPE
See Also:
Constant Field Values

ERROR_DESCRIPTION_TYPE

public static final String ERROR_DESCRIPTION_TYPE
See Also:
Constant Field Values

ERROR_ATTRIBUTE_COUNT

public static final String ERROR_ATTRIBUTE_COUNT
See Also:
Constant Field Values

INFO_SESSION_EXPIRED

public static final String INFO_SESSION_EXPIRED
See Also:
Constant Field Values

INFO_PLUGIN_CREATED

public static final String INFO_PLUGIN_CREATED
See Also:
Constant Field Values

INFO_DATA_RESET

public static final String INFO_DATA_RESET
See Also:
Constant Field Values

INFO_FEATURE_CREATED

public static final String INFO_FEATURE_CREATED
See Also:
Constant Field Values

INFO_FEATURE_UPDATED

public static final String INFO_FEATURE_UPDATED
See Also:
Constant Field Values

INFO_FEATURE_DELETED

public static final String INFO_FEATURE_DELETED
See Also:
Constant Field Values

INFO_BUSINESS_CLASS_CREATED

public static final String INFO_BUSINESS_CLASS_CREATED
See Also:
Constant Field Values

INFO_BUSINESS_CLASS_UPDATED

public static final String INFO_BUSINESS_CLASS_UPDATED
See Also:
Constant Field Values

INFO_BUSINESS_CLASS_DELETED

public static final String INFO_BUSINESS_CLASS_DELETED
See Also:
Constant Field Values

INFO_ATTRIBUTE_CREATED

public static final String INFO_ATTRIBUTE_CREATED
See Also:
Constant Field Values

INFO_ATTRIBUTE_UPDATED

public static final String INFO_ATTRIBUTE_UPDATED
See Also:
Constant Field Values

INFO_ATTRIBUTE_DELETED

public static final String INFO_ATTRIBUTE_DELETED
See Also:
Constant Field Values

INFO_APPLICATION_CREATED

public static final String INFO_APPLICATION_CREATED
See Also:
Constant Field Values

INFO_APPLICATION_UPDATED

public static final String INFO_APPLICATION_UPDATED
See Also:
Constant Field Values

INFO_APPLICATION_DELETED

public static final String INFO_APPLICATION_DELETED
See Also:
Constant Field Values

INFO_PORTLET_CREATED

public static final String INFO_PORTLET_CREATED
See Also:
Constant Field Values

INFO_PORTLET_UPDATED

public static final String INFO_PORTLET_UPDATED
See Also:
Constant Field Values

INFO_PORTLET_DELETED

public static final String INFO_PORTLET_DELETED
See Also:
Constant Field Values
Constructor Detail

PluginWizardApp

public PluginWizardApp()
Method Detail

getPage

public fr.paris.lutece.portal.web.xpages.XPage getPage(javax.servlet.http.HttpServletRequest request,
                                                       int nMode,
                                                       fr.paris.lutece.portal.service.plugin.Plugin plugin)
                                                throws fr.paris.lutece.portal.service.message.SiteMessageException,
                                                       fr.paris.lutece.portal.service.security.UserNotSignedException

Specified by:
getPage in interface fr.paris.lutece.portal.web.xpages.XPageApplication
Overrides:
getPage in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Throws:
fr.paris.lutece.portal.service.message.SiteMessageException
fr.paris.lutece.portal.service.security.UserNotSignedException

getCreatePlugin

@View(value="createPlugin",
      defaultView=true)
public fr.paris.lutece.portal.web.xpages.XPage getCreatePlugin(javax.servlet.http.HttpServletRequest request)
The Creation form of the plugin

Parameters:
request - The Http Request
Returns:
The html code of the plugin

getModifyPlugin

@View(value="modifyPlugin")
public fr.paris.lutece.portal.web.xpages.XPage getModifyPlugin(javax.servlet.http.HttpServletRequest request)
The modification form of the plugin

Parameters:
request - The Http Request
Returns:
The html code of the creation of plugin description

doCreatePlugin

@Action(value="createPlugin")
public fr.paris.lutece.portal.web.xpages.XPage doCreatePlugin(javax.servlet.http.HttpServletRequest request)
The modification action of the plugin

Parameters:
request - The Http Request
strPluginName - The Plugin name
Returns:
The plugin id

doResetData

@Action(value="resetData")
public fr.paris.lutece.portal.web.xpages.XPage doResetData(javax.servlet.http.HttpServletRequest request)

getCreatePluginDescription

@View(value="createDescription")
public fr.paris.lutece.portal.web.xpages.XPage getCreatePluginDescription(javax.servlet.http.HttpServletRequest request)
Gets the create plugin description page

Parameters:
request - The HTTP request
nPluginId - The plugin ID
Returns:
The page

getModifyPluginDescription

@View(value="modifyDescription")
public fr.paris.lutece.portal.web.xpages.XPage getModifyPluginDescription(javax.servlet.http.HttpServletRequest request)
The modification form of the plugin description

Parameters:
request - The Http Request
Returns:
The html code of the creation of plugin description

doDescritionPrevious

@Action(value="descriptionPrevious")
public fr.paris.lutece.portal.web.xpages.XPage doDescritionPrevious(javax.servlet.http.HttpServletRequest request)
Action for leaving description form with previous button

Parameters:
request - The Http Request

doDescritionNext

@Action(value="descriptionNext")
public fr.paris.lutece.portal.web.xpages.XPage doDescritionNext(javax.servlet.http.HttpServletRequest request)
Action for leaving description form with previous button

Parameters:
request - The Http Request

getManageAdminFeatures

@View(value="manageAdminFeatures")
public fr.paris.lutece.portal.web.xpages.XPage getManageAdminFeatures(javax.servlet.http.HttpServletRequest request)
The management screen of the admin features

Parameters:
request - The Http Request
Returns:
The html code of the admin features

getCreateAdminFeature

@View(value="createAdminFeature")
public fr.paris.lutece.portal.web.xpages.XPage getCreateAdminFeature(javax.servlet.http.HttpServletRequest request)
The creation form of the admin _feature

Parameters:
request - The Http Request
Returns:
The html code of the admin _feature

getModifyAdminFeature

@View(value="modifyAdminFeature")
public fr.paris.lutece.portal.web.xpages.XPage getModifyAdminFeature(javax.servlet.http.HttpServletRequest request)
The modification screen of the admin _feature

Parameters:
request - The Http Request
Returns:
The html code of the admin _feature

doCreateAdminFeature

@Action(value="createAdminFeature")
public fr.paris.lutece.portal.web.xpages.XPage doCreateAdminFeature(javax.servlet.http.HttpServletRequest request)
The creation of an admin _feature

Parameters:
request - The Http Request

doModifyAdminFeature

@Action(value="modifyAdminFeature")
public fr.paris.lutece.portal.web.xpages.XPage doModifyAdminFeature(javax.servlet.http.HttpServletRequest request)
The modification action of an admin _feature

Parameters:
request - The Http Request

doConfirmRemoveAdminFeature

@Action(value="confirmRemoveAdminFeature")
public fr.paris.lutece.portal.web.xpages.XPage doConfirmRemoveAdminFeature(javax.servlet.http.HttpServletRequest request)
The confirmation of the removal of an admin _feature

Parameters:
request - The Http Request

doRemoveAdminFeature

@Action(value="removeAdminFeature")
public fr.paris.lutece.portal.web.xpages.XPage doRemoveAdminFeature(javax.servlet.http.HttpServletRequest request)
The removal screen of an admin _feature

Parameters:
request - The Http Request

getManageBusinessClasses

@View(value="manageBusinessClasses")
public fr.paris.lutece.portal.web.xpages.XPage getManageBusinessClasses(javax.servlet.http.HttpServletRequest request)
The management screen of business classes associated to the plugin which is generated

Parameters:
request - The Http Request
Returns:
The html code of the management screen of the business classes

getCreateBusinessClass

@View(value="createBusinessClass")
public fr.paris.lutece.portal.web.xpages.XPage getCreateBusinessClass(javax.servlet.http.HttpServletRequest request)
The creation form of a business class

Parameters:
request - The Http Request
Returns:
The html code of the creation of a business class

getModifyBusinessClass

@View(value="modifyBusinessClass")
public fr.paris.lutece.portal.web.xpages.XPage getModifyBusinessClass(javax.servlet.http.HttpServletRequest request)
Gets the modify business class page

Parameters:
nBusinessClassId - The business class id
request - The HTTP request
Returns:
The page

doCreateBusinessClass

@Action(value="createBusinessClass")
public fr.paris.lutece.portal.web.xpages.XPage doCreateBusinessClass(javax.servlet.http.HttpServletRequest request)
The creation action of the business class

Parameters:
request - The Http Request
Returns:
The business class id

doModifyBusinessClass

@Action(value="modifyBusinessClass")
public fr.paris.lutece.portal.web.xpages.XPage doModifyBusinessClass(javax.servlet.http.HttpServletRequest request)
The modification action for the business class

Parameters:
request - The Http Request

doConfirmRemoveBusinessClass

@Action(value="confirmRemoveBusinessClass")
public fr.paris.lutece.portal.web.xpages.XPage doConfirmRemoveBusinessClass(javax.servlet.http.HttpServletRequest request)
The confirmation of a business class removal

Parameters:
request - The Http Request

doRemoveBusinessClass

@Action(value="removeBusinessClass")
public fr.paris.lutece.portal.web.xpages.XPage doRemoveBusinessClass(javax.servlet.http.HttpServletRequest request)
The removal action of a plugin application

Parameters:
request - The Http Request

getCreateAttribute

@View(value="createAttribute")
public fr.paris.lutece.portal.web.xpages.XPage getCreateAttribute(javax.servlet.http.HttpServletRequest request)
The creation form of the attribute associated to a business class

Parameters:
request - The Http Request
Returns:
The html code of the admin _feature

getModifyAttribute

@View(value="modifyAttribute")
public fr.paris.lutece.portal.web.xpages.XPage getModifyAttribute(javax.servlet.http.HttpServletRequest request)
The modification form of an attribute

Parameters:
request - The Http Request
Returns:
The html code of the creation of attribute description

doCreateAttribute

@Action(value="createAttribute")
public fr.paris.lutece.portal.web.xpages.XPage doCreateAttribute(javax.servlet.http.HttpServletRequest request)
The creation action of an attribute

Parameters:
request - The Http Request

doModifyAttribute

@Action(value="modifyAttribute")
public fr.paris.lutece.portal.web.xpages.XPage doModifyAttribute(javax.servlet.http.HttpServletRequest request)
The modification action for the attribute

Parameters:
request - The Http Request

getConfirmRemoveAttribute

@Action(value="confirmRemoveAttribute")
public fr.paris.lutece.portal.web.xpages.XPage getConfirmRemoveAttribute(javax.servlet.http.HttpServletRequest request)
The confirmation of the attribute removal

Parameters:
request - The Http Request

doRemoveAttribute

@Action(value="removeAttribute")
public fr.paris.lutece.portal.web.xpages.XPage doRemoveAttribute(javax.servlet.http.HttpServletRequest request)
Remove Business Attribute

Parameters:
request - The Http Request

doValidateAttributes

@Action(value="validateAttributes")
public fr.paris.lutece.portal.web.xpages.XPage doValidateAttributes(javax.servlet.http.HttpServletRequest request)

getManageApplications

@View(value="manageApplications")
public fr.paris.lutece.portal.web.xpages.XPage getManageApplications(javax.servlet.http.HttpServletRequest request)
The management of the plugin applications associated to the generated plugin

Parameters:
request - The Http Request
Returns:
The html code of the management screen of the applications

getCreateApplication

@View(value="createApplication")
public fr.paris.lutece.portal.web.xpages.XPage getCreateApplication(javax.servlet.http.HttpServletRequest request)
The creation screen of a plugin application

Parameters:
request - The Http Request
Returns:
The html code of a plugin application

getModifyApplication

@View(value="modifyApplication")
public fr.paris.lutece.portal.web.xpages.XPage getModifyApplication(javax.servlet.http.HttpServletRequest request)
The modification screen of a plugin application

Parameters:
request - The Http Request
Returns:
The html code of the modification of an application associated to the generated plugin

doCreateApplication

@Action(value="createApplication")
public fr.paris.lutece.portal.web.xpages.XPage doCreateApplication(javax.servlet.http.HttpServletRequest request)
The creation action of the plugin application

Parameters:
request - The Http Request

doModifyApplication

@Action(value="modifyApplication")
public fr.paris.lutece.portal.web.xpages.XPage doModifyApplication(javax.servlet.http.HttpServletRequest request)
The modification action of the plugin application

Parameters:
request - The Http Request

doConfirmRemoveApplication

@Action(value="confirmRemoveApplication")
public fr.paris.lutece.portal.web.xpages.XPage doConfirmRemoveApplication(javax.servlet.http.HttpServletRequest request)
The confirmation of an application removal

Parameters:
request - The Http Request

doRemoveApplication

@Action(value="removeApplication")
public fr.paris.lutece.portal.web.xpages.XPage doRemoveApplication(javax.servlet.http.HttpServletRequest request)
The removal action of a plugin application

Parameters:
request - The Http Request

getManagePortlets

@View(value="managePortlets")
public fr.paris.lutece.portal.web.xpages.XPage getManagePortlets(javax.servlet.http.HttpServletRequest request)
The screen for management of portlets associated to the generated plugin

Parameters:
request - The Http Request
Returns:
The main management screen of portlets

getCreatePortlet

@View(value="createPortlet")
public fr.paris.lutece.portal.web.xpages.XPage getCreatePortlet(javax.servlet.http.HttpServletRequest request)
The creation screen of a portlet

Parameters:
request - The Http Request
Returns:
The html code of the creation of a portlet

getModifyPortlet

@View(value="modifyPortlet")
public fr.paris.lutece.portal.web.xpages.XPage getModifyPortlet(javax.servlet.http.HttpServletRequest request)
The modification page of the portlet

Parameters:
request - The Http Request
Returns:
The html code of the modification of the portlet

doCreatePortlet

@Action(value="createPortlet")
public fr.paris.lutece.portal.web.xpages.XPage doCreatePortlet(javax.servlet.http.HttpServletRequest request)
The creation action of the portlet

Parameters:
request - The Http Request

doModifyPluginPortlet

@Action(value="modifyPortlet")
public fr.paris.lutece.portal.web.xpages.XPage doModifyPluginPortlet(javax.servlet.http.HttpServletRequest request)
The modification action of the portlet

Parameters:
request - The Http Request

doConfirmRemovePortlet

@Action(value="confirmRemovePortlet")
public fr.paris.lutece.portal.web.xpages.XPage doConfirmRemovePortlet(javax.servlet.http.HttpServletRequest request)
The confirmation of the plugin removal

Parameters:
request - The Http Request

doRemovePluginPortlet

@Action(value="removePortlet")
public fr.paris.lutece.portal.web.xpages.XPage doRemovePluginPortlet(javax.servlet.http.HttpServletRequest request)
Remove Portlet Action

Parameters:
request - The Http Request

getPluginRecapitulate

@View(value="recapitulate")
public fr.paris.lutece.portal.web.xpages.XPage getPluginRecapitulate(javax.servlet.http.HttpServletRequest request)
The get page of the plugin recapitulation

Parameters:
request - The Http Request
Returns:
The Html code of the summary


Copyright © 2013 Mairie de Paris. All Rights Reserved.