fr.paris.lutece.portal.web.style
Class ModesJspBean

java.lang.Object
  extended by fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
      extended by fr.paris.lutece.portal.web.style.ModesJspBean
All Implemented Interfaces:
Serializable

public class ModesJspBean
extends AdminFeaturesPageJspBean

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

See Also:
Serialized Form

Field Summary
static String RIGHT_MANAGE_MODES
          Right to manage modes
 
Constructor Summary
ModesJspBean()
           
 
Method Summary
 String doCreateMode(javax.servlet.http.HttpServletRequest request)
          Processes the creation form of a new mode by recovering the parameters in the http request
 String doModifyMode(javax.servlet.http.HttpServletRequest request)
          Processes the updating form of a mode whose new parameters are stored in the http request
 String getCreateMode(javax.servlet.http.HttpServletRequest request)
          Returns the mode form of creation
 String getManageModes(javax.servlet.http.HttpServletRequest request)
          Returns the list of modes
 String getModifyMode(javax.servlet.http.HttpServletRequest request)
          Returns the mode form of update
 
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, init, 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_MODES

public static final String RIGHT_MANAGE_MODES
Right to manage modes

See Also:
Constant Field Values
Constructor Detail

ModesJspBean

public ModesJspBean()
Method Detail

getManageModes

public String getManageModes(javax.servlet.http.HttpServletRequest request)
Returns the list of modes

Parameters:
request - The Http request
Returns:
the html code for display the modes list

getCreateMode

public String getCreateMode(javax.servlet.http.HttpServletRequest request)
Returns the mode form of creation

Parameters:
request - The Http request
Returns:
the html code of the mode

doCreateMode

public String doCreateMode(javax.servlet.http.HttpServletRequest request)
Processes the creation form of a new mode by recovering the parameters in the http request

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

getModifyMode

public String getModifyMode(javax.servlet.http.HttpServletRequest request)
Returns the mode form of update

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

doModifyMode

public String doModifyMode(javax.servlet.http.HttpServletRequest request)
Processes the updating form of a mode whose new parameters are stored in the http request

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


Copyright © 2014 Mairie de Paris. All Rights Reserved.