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

java.lang.Object
  extended by fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
      extended by fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean
          extended by fr.paris.lutece.plugins.pluginwizard.web.PluginwizardJspBean

public class PluginwizardJspBean
extends fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean

This class provides the user interface to manage ConfigurationKey features ( manage, create, modify, remove )


Field Summary
static java.lang.String RIGHT_MANAGE_PLUGINWIZARD
           
 
Constructor Summary
PluginwizardJspBean()
           
 
Method Summary
 java.lang.String doCreateConfigurationKey(javax.servlet.http.HttpServletRequest request)
          Process the data capture form of a new configurationkey
 java.lang.String doModifyConfigurationKey(javax.servlet.http.HttpServletRequest request)
          Process the change form of a configurationkey
 java.lang.String doRemoveConfigurationKey(javax.servlet.http.HttpServletRequest request)
          Handles the removal form of a configurationkey
 java.lang.String getConfirmRemoveConfigurationKey(javax.servlet.http.HttpServletRequest request)
          Manages the removal form of a configurationkey whose identifier is in the http request
 java.lang.String getCreateConfigurationKey(javax.servlet.http.HttpServletRequest request)
          Returns the form to create a configurationkey
 java.lang.String getManageConfigurationKeys(javax.servlet.http.HttpServletRequest request)
          Returns the list of configurationkey
 java.lang.String getModifyConfigurationKey(javax.servlet.http.HttpServletRequest request)
          Returns the form to update info about a configurationkey
 
Methods inherited from class fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean
getPlugin, init
 
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, populate, setFeatureIcon, setPageTitleProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RIGHT_MANAGE_PLUGINWIZARD

public static final java.lang.String RIGHT_MANAGE_PLUGINWIZARD
See Also:
Constant Field Values
Constructor Detail

PluginwizardJspBean

public PluginwizardJspBean()
Method Detail

getManageConfigurationKeys

public java.lang.String getManageConfigurationKeys(javax.servlet.http.HttpServletRequest request)
Returns the list of configurationkey

Parameters:
request - The Http request
Returns:
the configurationkeys list

getCreateConfigurationKey

public java.lang.String getCreateConfigurationKey(javax.servlet.http.HttpServletRequest request)
Returns the form to create a configurationkey

Parameters:
request - The Http request
Returns:
the html code of the configurationkey form

doCreateConfigurationKey

public java.lang.String doCreateConfigurationKey(javax.servlet.http.HttpServletRequest request)
Process the data capture form of a new configurationkey

Parameters:
request - The Http Request
Returns:
The Jsp URL of the process result

getConfirmRemoveConfigurationKey

public java.lang.String getConfirmRemoveConfigurationKey(javax.servlet.http.HttpServletRequest request)
Manages the removal form of a configurationkey whose identifier is in the http request

Parameters:
request - The Http request
Returns:
the html code to confirm

doRemoveConfigurationKey

public java.lang.String doRemoveConfigurationKey(javax.servlet.http.HttpServletRequest request)
Handles the removal form of a configurationkey

Parameters:
request - The Http request
Returns:
the jsp URL to display the form to manage configurationkeys

getModifyConfigurationKey

public java.lang.String getModifyConfigurationKey(javax.servlet.http.HttpServletRequest request)
Returns the form to update info about a configurationkey

Parameters:
request - The Http request
Returns:
The HTML form to update info

doModifyConfigurationKey

public java.lang.String doModifyConfigurationKey(javax.servlet.http.HttpServletRequest request)
Process the change form of a configurationkey

Parameters:
request - The Http request
Returns:
The Jsp URL of the process result


Copyright © 2012 Mairie de Paris. All Rights Reserved.