fr.paris.lutece.portal.web.stylesheet
Class StyleSheetJspBean

java.lang.Object
  extended by fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
      extended by fr.paris.lutece.portal.web.stylesheet.StyleSheetJspBean

public class StyleSheetJspBean
extends AdminFeaturesPageJspBean

This class provides the user interface to manage StyleSheet features


Field Summary
static java.lang.String RIGHT_MANAGE_STYLESHEET
           
 
Constructor Summary
StyleSheetJspBean()
           
 
Method Summary
 java.lang.String doCreateStyleSheet(javax.servlet.http.HttpServletRequest request)
          Processes the creation form of a new stylesheet by recovering the parameters in the http request
 java.lang.String doModifyStyleSheet(javax.servlet.http.HttpServletRequest request)
          Processes the updating form of a stylesheet whose new parameters are stored in the http request
 java.lang.String doRemoveStyleSheet(javax.servlet.http.HttpServletRequest request)
          Processes the deletion of a stylesheet
 java.lang.String getCreateStyleSheet(javax.servlet.http.HttpServletRequest request)
          Returns the create form of a new stylesheet with the upload field
 java.lang.String getManageStyleSheet(javax.servlet.http.HttpServletRequest request)
          Displays the stylesheets list
 java.lang.String getModifyStyleSheet(javax.servlet.http.HttpServletRequest request)
          Returns the form to update a stylesheet whose identifer is stored in the http request
 java.lang.String getRemoveStyleSheet(javax.servlet.http.HttpServletRequest request)
          Returns the confirm of removing the style whose identifier is in the http request
 ReferenceList getStyleList()
          Return a ReferenceList with id style for code and a concatenation of portal name + portlet type name + style description for name.
 
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, init, 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_STYLESHEET

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

StyleSheetJspBean

public StyleSheetJspBean()
Method Detail

getManageStyleSheet

public java.lang.String getManageStyleSheet(javax.servlet.http.HttpServletRequest request)
Displays the stylesheets list

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

getCreateStyleSheet

public java.lang.String getCreateStyleSheet(javax.servlet.http.HttpServletRequest request)
Returns the create form of a new stylesheet with the upload field

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

doCreateStyleSheet

public java.lang.String doCreateStyleSheet(javax.servlet.http.HttpServletRequest request)
Processes the creation form of a new stylesheet by recovering the parameters in the http request

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

getModifyStyleSheet

public java.lang.String getModifyStyleSheet(javax.servlet.http.HttpServletRequest request)
Returns the form to update a stylesheet whose identifer is stored in the http request

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

getStyleList

public ReferenceList getStyleList()
Return a ReferenceList with id style for code and a concatenation of portal name + portlet type name + style description for name.

Returns:
The ReferenceList

doModifyStyleSheet

public java.lang.String doModifyStyleSheet(javax.servlet.http.HttpServletRequest request)
Processes the updating form of a stylesheet whose new parameters are stored in the http request

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

getRemoveStyleSheet

public java.lang.String getRemoveStyleSheet(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

doRemoveStyleSheet

public java.lang.String doRemoveStyleSheet(javax.servlet.http.HttpServletRequest request)
Processes the deletion of a stylesheet

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


Copyright © 2012 Mairie de Paris. All Rights Reserved.