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
All Implemented Interfaces:
Serializable

public class AdminPagePortletJspBean
extends AdminFeaturesPageJspBean

This class provides the admin interface to manage administration of portlet on the pages

See Also:
Serialized Form

Field Summary
static String RIGHT_MANAGE_ADMIN_SITE
           
 
Constructor Summary
AdminPagePortletJspBean()
           
 
Method Summary
 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.
 String doModifyPortlet(javax.servlet.http.HttpServletRequest request)
          Processes the modification of a portlet whose identifier is stored in the http request
 String doModifyPortletStatus(javax.servlet.http.HttpServletRequest request)
          Processes the status definition for portlet : suspended or activated
 String doRemovePortlet(javax.servlet.http.HttpServletRequest request)
          Processes the removal of the portlet
 String getModifyPortletStatus(javax.servlet.http.HttpServletRequest request)
          Displays the portlet status modification page
 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, validate, validate, validate
 
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 String RIGHT_MANAGE_ADMIN_SITE
See Also:
Constant Field Values
Constructor Detail

AdminPagePortletJspBean

public AdminPagePortletJspBean()
Method Detail

doModifyPortlet

public 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 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 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 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 String getModifyPortletStatus(javax.servlet.http.HttpServletRequest request)
Displays the portlet status modification page

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

doModifyPortletStatus

public 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 © 2014 Mairie de Paris. All Rights Reserved.