public class StyleSheetJspBean
extends fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean
| Modifier and Type | Field and Description |
|---|---|
static String |
RIGHT_MANAGE_STYLESHEET |
| Constructor and Description |
|---|
StyleSheetJspBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
doDeleteStyleSheet(javax.servlet.http.HttpServletRequest request)
Delete a dila styleSheet.
|
String |
doDownloadStyleSheet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
write in the http response the value of the response whose identifier is
specified in the request if there is no response return a error
|
String |
doSaveStyleSheet(javax.servlet.http.HttpServletRequest request)
Processes the creation form of a new dila stylesheet by recovering the
parameters
in the http request
|
String |
getDeleteStyleSheet(javax.servlet.http.HttpServletRequest request)
Returns the confirmation message to delete a dila stylesheet.
|
String |
getManageStyleSheet(javax.servlet.http.HttpServletRequest request)
Displays the stylesheets list
|
String |
getSaveStyleSheet(javax.servlet.http.HttpServletRequest request)
Returns the create form of a new dila stylesheet with the upload field
|
getPlugin, initpublic static final String RIGHT_MANAGE_STYLESHEET
public String getManageStyleSheet(javax.servlet.http.HttpServletRequest request)
request - The requestpublic String getSaveStyleSheet(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request - the http requestfr.paris.lutece.portal.service.admin.AccessDeniedException - AccessDeniedExceptionpublic String doSaveStyleSheet(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request - the http requestfr.paris.lutece.portal.service.admin.AccessDeniedException - AccessDeniedExceptionpublic String getDeleteStyleSheet(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request - The Http requestfr.paris.lutece.portal.service.admin.AccessDeniedException - AccessDeniedExceptionpublic String doDeleteStyleSheet(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request - The Http requestfr.paris.lutece.portal.service.admin.AccessDeniedException - AccessDeniedExceptionpublic String doDownloadStyleSheet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request - the http requestresponse - The http responsefr.paris.lutece.portal.service.admin.AccessDeniedException - AccessDeniedExceptionCopyright © 2017 City of Paris. All rights reserved.