|
||||||||||
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.admin.AdminPagePortletJspBean
public class AdminPagePortletJspBean
This class provides the admin interface to manage administration of portlet on the pages
Field Summary | |
---|---|
static java.lang.String |
RIGHT_MANAGE_ADMIN_SITE
|
Constructor Summary | |
---|---|
AdminPagePortletJspBean()
|
Method Summary | |
---|---|
java.lang.String |
doCreatePortlet(javax.servlet.http.HttpServletRequest request)
Redirects towards the url of the process creation of a portlet according to its type or null if the portlet type doesn't exist. |
java.lang.String |
doModifyPortlet(javax.servlet.http.HttpServletRequest request)
Processes the modification of a portlet whose identifier is stored in the http request |
java.lang.String |
doModifyPortletStatus(javax.servlet.http.HttpServletRequest request)
Processes the status definition for portlet : suspended or activated |
java.lang.String |
doRemovePortlet(javax.servlet.http.HttpServletRequest request)
Processes the removal of the portlet |
java.lang.String |
getModifyPortletStatus(javax.servlet.http.HttpServletRequest request)
Displays the portlet status modification page |
java.lang.String |
getRemovePortlet(javax.servlet.http.HttpServletRequest request)
Displays the confirm message for deleting the portlet |
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_ADMIN_SITE
Constructor Detail |
---|
public AdminPagePortletJspBean()
Method Detail |
---|
public java.lang.String doModifyPortlet(javax.servlet.http.HttpServletRequest request)
request
- The http request
public java.lang.String doCreatePortlet(javax.servlet.http.HttpServletRequest request)
request
- The http request
public java.lang.String getRemovePortlet(javax.servlet.http.HttpServletRequest request)
request
- The http request
public java.lang.String doRemovePortlet(javax.servlet.http.HttpServletRequest request)
request
- The http request
public java.lang.String getModifyPortletStatus(javax.servlet.http.HttpServletRequest request)
request
- The http request
public java.lang.String doModifyPortletStatus(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 |