|
||||||||||
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.style.StylesJspBean
public class StylesJspBean
This class provides the user interface to manage Styles features
Field Summary | |
---|---|
static java.lang.String |
RIGHT_MANAGE_STYLE
|
Constructor Summary | |
---|---|
StylesJspBean()
|
Method Summary | |
---|---|
java.lang.String |
doCreateStyle(javax.servlet.http.HttpServletRequest request)
Processes the creation form of a new style by recovering the parameters in the http request |
java.lang.String |
doModifyStyle(javax.servlet.http.HttpServletRequest request)
Processes the updating form of a style whose new parameters are stored in the http request |
java.lang.String |
doRemoveStyle(javax.servlet.http.HttpServletRequest request)
Processes the deletion of a style |
java.lang.String |
getConfirmRemoveStyle(javax.servlet.http.HttpServletRequest request)
Returns the confirm of removing the style whose identifier is in the http request |
java.lang.String |
getCreateStyle(javax.servlet.http.HttpServletRequest request)
Returns the create form of a new style |
java.lang.String |
getModifyStyle(javax.servlet.http.HttpServletRequest request)
Returns the form to update a style whose identifer is stored in the http request |
java.lang.String |
getStylesManagement(javax.servlet.http.HttpServletRequest request)
Displays the styles list |
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean |
---|
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, init, 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_STYLE
Constructor Detail |
---|
public StylesJspBean()
Method Detail |
---|
public java.lang.String getStylesManagement(javax.servlet.http.HttpServletRequest request)
public java.lang.String getCreateStyle(javax.servlet.http.HttpServletRequest request)
request
- The http request
public java.lang.String doCreateStyle(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String getModifyStyle(javax.servlet.http.HttpServletRequest request)
request
- The http request
public java.lang.String doModifyStyle(javax.servlet.http.HttpServletRequest request)
request
- The http request
public java.lang.String getConfirmRemoveStyle(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String doRemoveStyle(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 |