|
||||||||||
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.features.LevelsJspBean
public class LevelsJspBean
This class provides the user interface to manage levels features ( manage, create, modify )
Field Summary | |
---|---|
static String |
RIGHT_MANAGE_LEVELS
|
Constructor Summary | |
---|---|
LevelsJspBean()
|
Method Summary | |
---|---|
String |
doCreateLevel(javax.servlet.http.HttpServletRequest request)
Processes the creation form of a new level by recovering the parameters in the http request |
String |
doModifyLevel(javax.servlet.http.HttpServletRequest request)
Processes the updating form of a level whose new parameters are stored in the http request |
String |
getCreateLevel(javax.servlet.http.HttpServletRequest request)
Returns the level form of creation |
String |
getManageLevels(javax.servlet.http.HttpServletRequest request)
Returns the list of levels |
String |
getModifyLevel(javax.servlet.http.HttpServletRequest request)
Returns the level form of update |
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_LEVELS
Constructor Detail |
---|
public LevelsJspBean()
Method Detail |
---|
public String getManageLevels(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public String getCreateLevel(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public String doCreateLevel(javax.servlet.http.HttpServletRequest request)
request
- the http request
public String getModifyLevel(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public String doModifyLevel(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 |