|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
fr.paris.lutece.portal.web.stylesheet.StyleSheetJspBean
public class StyleSheetJspBean
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 |
---|
public static final java.lang.String RIGHT_MANAGE_STYLESHEET
Constructor Detail |
---|
public StyleSheetJspBean()
Method Detail |
---|
public java.lang.String getManageStyleSheet(javax.servlet.http.HttpServletRequest request)
request
- The request
public java.lang.String getCreateStyleSheet(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doCreateStyleSheet(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String getModifyStyleSheet(javax.servlet.http.HttpServletRequest request)
request
- The http request
public ReferenceList getStyleList()
ReferenceList
public java.lang.String doModifyStyleSheet(javax.servlet.http.HttpServletRequest request)
request
- The http request
public java.lang.String getRemoveStyleSheet(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String doRemoveStyleSheet(javax.servlet.http.HttpServletRequest request)
request
- the http request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |