public class StylesJspBean extends AdminFeaturesPageJspBean
Modifier and Type | Field and Description |
---|---|
static String |
RIGHT_MANAGE_STYLE
Right to manage styles
|
Constructor and Description |
---|
StylesJspBean() |
Modifier and Type | Method and Description |
---|---|
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
|
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, init, setFeatureGroup, setFeatureIcon, setPageTitleProperty, validate, validate, validate
public static final String RIGHT_MANAGE_STYLE
public String getStylesManagement(javax.servlet.http.HttpServletRequest request)
request
- The HTTP requestpublic String getCreateStyle(javax.servlet.http.HttpServletRequest request)
request
- The http requestpublic String doCreateStyle(javax.servlet.http.HttpServletRequest request) throws AccessDeniedException
request
- the http requestAccessDeniedException
- If the security token is invalidpublic String getModifyStyle(javax.servlet.http.HttpServletRequest request)
request
- The http requestpublic String doModifyStyle(javax.servlet.http.HttpServletRequest request) throws AccessDeniedException
request
- The http requestAccessDeniedException
- if the security token is invalidpublic String getConfirmRemoveStyle(javax.servlet.http.HttpServletRequest request)
request
- The Http requestpublic String doRemoveStyle(javax.servlet.http.HttpServletRequest request) throws AccessDeniedException
request
- the http requestAccessDeniedException
- if the security token is invalidCopyright © 2020 City of Paris. All rights reserved.