|
||||||||||
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 String |
RIGHT_MANAGE_STYLE
Right to manage styles |
Constructor Summary | |
---|---|
StylesJspBean()
|
Method Summary | |
---|---|
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 |
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean |
---|
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, init, populate, setFeatureIcon, setPageTitleProperty, validate, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RIGHT_MANAGE_STYLE
Constructor Detail |
---|
public StylesJspBean()
Method Detail |
---|
public String getStylesManagement(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public String getCreateStyle(javax.servlet.http.HttpServletRequest request)
request
- The http request
public String doCreateStyle(javax.servlet.http.HttpServletRequest request)
request
- the http request
public String getModifyStyle(javax.servlet.http.HttpServletRequest request)
request
- The http request
public String doModifyStyle(javax.servlet.http.HttpServletRequest request)
request
- The http request
public String getConfirmRemoveStyle(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public 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 |