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

public class StylesJspBean
extends AdminFeaturesPageJspBean

This class provides the user interface to manage Styles features


Field Summary
static java.lang.String RIGHT_MANAGE_STYLE
           
 
Constructor Summary
StylesJspBean()
           
 
Method Summary
 java.lang.String doCreateStyle(javax.servlet.http.HttpServletRequest request)
          Processes the creation form of a new style by recovering the parameters in the http request
 java.lang.String doModifyStyle(javax.servlet.http.HttpServletRequest request)
          Processes the updating form of a style whose new parameters are stored in the http request
 java.lang.String doRemoveStyle(javax.servlet.http.HttpServletRequest request)
          Processes the deletion of a style
 java.lang.String getConfirmRemoveStyle(javax.servlet.http.HttpServletRequest request)
          Returns the confirm of removing the style whose identifier is in the http request
 java.lang.String getCreateStyle(javax.servlet.http.HttpServletRequest request)
          Returns the create form of a new style
 java.lang.String getModifyStyle(javax.servlet.http.HttpServletRequest request)
          Returns the form to update a style whose identifer is stored in the http request
 java.lang.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, setFeatureIcon, setPageTitleProperty
 
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 java.lang.String RIGHT_MANAGE_STYLE
See Also:
Constant Field Values
Constructor Detail

StylesJspBean

public StylesJspBean()
Method Detail

getStylesManagement

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