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

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

public class StylesJspBean
extends AdminFeaturesPageJspBean

This class provides the user interface to manage Styles features

See Also:
Serialized Form

Field Summary
static String RIGHT_MANAGE_STYLE
          Right to manage styles
 
Constructor Summary
StylesJspBean()
           
 
Method Summary
 String doCreateStyle(javax.servlet.http.HttpServletRequest request)
          Processes the creation form of a new style by recovering the parameters in the http request
 String doModifyStyle(javax.servlet.http.HttpServletRequest request)
          Processes the updating form of a style whose new parameters are stored in the http request
 String doRemoveStyle(javax.servlet.http.HttpServletRequest request)
          Processes the deletion of a style
 String getConfirmRemoveStyle(javax.servlet.http.HttpServletRequest request)
          Returns the confirm of removing the style whose identifier is in the http request
 String getCreateStyle(javax.servlet.http.HttpServletRequest request)
          Returns the create form of a new style
 String getModifyStyle(javax.servlet.http.HttpServletRequest request)
          Returns the form to update a style whose identifer is stored in the http request
 String getStylesManagement(javax.servlet.http.HttpServletRequest request)
          Displays the styles list
 
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_STYLE

public static final String RIGHT_MANAGE_STYLE
Right to manage styles

See Also:
Constant Field Values
Constructor Detail

StylesJspBean

public StylesJspBean()
Method Detail

getStylesManagement

public String getStylesManagement(javax.servlet.http.HttpServletRequest request)
Displays the styles list

Parameters:
request - The HTTP request
Returns:
the html code for displaying the styles list

getCreateStyle

public String getCreateStyle(javax.servlet.http.HttpServletRequest request)
Returns the create form of a new style

Parameters:
request - The http request
Returns:
The html code for the create form of a new style

doCreateStyle

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

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

getModifyStyle

public String getModifyStyle(javax.servlet.http.HttpServletRequest request)
Returns the form to update a style whose identifer is stored in the http request

Parameters:
request - The http request
Returns:
The html code

doModifyStyle

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

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

getConfirmRemoveStyle

public String getConfirmRemoveStyle(javax.servlet.http.HttpServletRequest request)
Returns the confirm of removing the style whose identifier is in the http request

Parameters:
request - The Http request
Returns:
the html code for the remove confirmation page

doRemoveStyle

public String doRemoveStyle(javax.servlet.http.HttpServletRequest request)
Processes the deletion of a style

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


Copyright © 2014 Mairie de Paris. All Rights Reserved.