fr.paris.lutece.portal.web.admin
Class AdminPagePortletJspBean

java.lang.Object
  extended by fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
      extended by fr.paris.lutece.portal.web.admin.AdminPagePortletJspBean

public class AdminPagePortletJspBean
extends AdminFeaturesPageJspBean

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, populate, setFeatureIcon, setPageTitleProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RIGHT_MANAGE_ADMIN_SITE

public static final java.lang.String RIGHT_MANAGE_ADMIN_SITE
See Also:
Constant Field Values
Constructor Detail

AdminPagePortletJspBean

public AdminPagePortletJspBean()
Method Detail

doModifyPortlet

public java.lang.String doModifyPortlet(javax.servlet.http.HttpServletRequest request)
Processes the modification of a portlet whose identifier is stored in the http request

Parameters:
request - The http request
Returns:
The jsp url of the process result

doCreatePortlet

public 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.

Parameters:
request - The http request
Returns:
The jsp url of the portlet type process creation

getRemovePortlet

public java.lang.String getRemovePortlet(javax.servlet.http.HttpServletRequest request)
Displays the confirm message for deleting the portlet

Parameters:
request - The http request
Returns:
The confirm page

doRemovePortlet

public java.lang.String doRemovePortlet(javax.servlet.http.HttpServletRequest request)
Processes the removal of the portlet

Parameters:
request - The http request
Returns:
The Jsp URL of the process result

getModifyPortletStatus

public java.lang.String getModifyPortletStatus(javax.servlet.http.HttpServletRequest request)
Displays the portlet status modification page

Parameters:
request - The http request
Returns:
The confirm page

doModifyPortletStatus

public java.lang.String doModifyPortletStatus(javax.servlet.http.HttpServletRequest request)
Processes the status definition for portlet : suspended or activated

Parameters:
request - The http request
Returns:
The Jsp URL of the process result


Copyright © 2012 Mairie de Paris. All Rights Reserved.