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
All Implemented Interfaces:
Serializable

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 )

See Also:
Serialized Form

Field Summary
static String RIGHT_MANAGE_PLUGINWIZARD
           
 
Constructor Summary
PluginwizardJspBean()
           
 
Method Summary
 String doCreateConfigurationKey(javax.servlet.http.HttpServletRequest request)
          Process the data capture form of a new configurationkey
 String doModifyConfigurationKey(javax.servlet.http.HttpServletRequest request)
          Process the change form of a configurationkey
 String doRemoveConfigurationKey(javax.servlet.http.HttpServletRequest request)
          Handles the removal form of a configurationkey
 String getConfirmRemoveConfigurationKey(javax.servlet.http.HttpServletRequest request)
          Manages the removal form of a configurationkey whose identifier is in the http request
 String getCreateConfigurationKey(javax.servlet.http.HttpServletRequest request)
          Returns the form to create a configurationkey
 String getManageConfigurationKeys(javax.servlet.http.HttpServletRequest request)
          Returns the list of configurationkey
 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, validate, validate, validate
 
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 String RIGHT_MANAGE_PLUGINWIZARD
See Also:
Constant Field Values
Constructor Detail

PluginwizardJspBean

public PluginwizardJspBean()
Method Detail

getManageConfigurationKeys

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

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

getCreateConfigurationKey

public 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 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 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 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 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 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 © 2013 Mairie de Paris. All Rights Reserved.