public class CalendarStyleSheetJspBean
extends fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_EXTENSION_REGEXP |
static String |
RIGHT_MANAGE_STYLESHEET |
Constructor and Description |
---|
CalendarStyleSheetJspBean() |
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
|
fr.paris.lutece.util.ReferenceList |
getStyleList()
Return a ReferenceList with id style for code and a concatenation of
portal name + portlet type name + style description for name.
|
public static final String RIGHT_MANAGE_STYLESHEET
public static final String PROPERTY_EXTENSION_REGEXP
public String getManageStyleSheet(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- The requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not allowed to access this
featurepublic String getCreateStyleSheet(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- the http requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not allowed to access this
featurepublic String doCreateStyleSheet(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- the http requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not allowed to access this
featurepublic String getModifyStyleSheet(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- The http requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not allowed to access this
featurepublic fr.paris.lutece.util.ReferenceList getStyleList() throws fr.paris.lutece.portal.service.admin.AccessDeniedException
ReferenceList
fr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not allowed to access this
featurepublic String doModifyStyleSheet(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- The http requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not allowed to access this
featurepublic String getRemoveStyleSheet(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- The Http requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not allowed to access this
featurepublic String doRemoveStyleSheet(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
request
- the http requestfr.paris.lutece.portal.service.admin.AccessDeniedException
- If the user is not allowed to access this
featureCopyright © 2015 City of Paris. All rights reserved.