public class StyleSheetJspBean extends AdminFeaturesPageJspBean
Modifier and Type | Field and Description |
---|---|
static String |
RIGHT_MANAGE_STYLESHEET
Right to manage stylesheets
|
Constructor and Description |
---|
StyleSheetJspBean() |
Modifier and Type | Method and Description |
---|---|
String |
doCreateStyleSheet(javax.servlet.http.HttpServletRequest request)
Processes the creation form of a new stylesheet by recovering the parameters
in the http request
|
String |
doModifyStyleSheet(javax.servlet.http.HttpServletRequest request)
Processes the updating form of a stylesheet whose new parameters are stored
in the http request
|
String |
doRemoveStyleSheet(javax.servlet.http.HttpServletRequest request)
Processes the deletion of a stylesheet
|
String |
getCreateStyleSheet(javax.servlet.http.HttpServletRequest request)
Returns the create form of a new stylesheet with the upload field
|
String |
getManageStyleSheet(javax.servlet.http.HttpServletRequest request)
Displays the stylesheets list
|
String |
getModifyStyleSheet(javax.servlet.http.HttpServletRequest request)
Returns the form to update a stylesheet whose identifer is stored in the http
request
|
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.
|
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, init, setFeatureGroup, setFeatureIcon, setPageTitleProperty, validate, validate, validate
public static final String RIGHT_MANAGE_STYLESHEET
public String getManageStyleSheet(javax.servlet.http.HttpServletRequest request)
request
- The requestpublic String getCreateStyleSheet(javax.servlet.http.HttpServletRequest request)
request
- the http requestpublic String doCreateStyleSheet(javax.servlet.http.HttpServletRequest request) throws AccessDeniedException
request
- the http requestAccessDeniedException
- if the security token is invalidpublic String getModifyStyleSheet(javax.servlet.http.HttpServletRequest request)
request
- The http requestpublic ReferenceList getStyleList()
ReferenceList
public String doModifyStyleSheet(javax.servlet.http.HttpServletRequest request) throws AccessDeniedException
request
- The http requestAccessDeniedException
- if the security token is invalidpublic String getRemoveStyleSheet(javax.servlet.http.HttpServletRequest request)
request
- The Http requestpublic String doRemoveStyleSheet(javax.servlet.http.HttpServletRequest request) throws AccessDeniedException
request
- the http requestAccessDeniedException
- if the security token is invalidCopyright © 2020 City of Paris. All rights reserved.