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

java.lang.Object
  extended by fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
      extended by fr.paris.lutece.portal.web.admin.AdminPageJspBean
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DaemonsJspBean

public class AdminPageJspBean
extends AdminFeaturesPageJspBean

This class provides the admin interface to manage administration of site

See Also:
Serialized Form

Field Summary
static String PROPERTY_PAGE_TITLE_ADMIN_SITE
           
static String RIGHT_MANAGE_ADMIN_SITE
           
 
Constructor Summary
AdminPageJspBean()
           
 
Method Summary
 String doCreateChildPage(javax.servlet.http.HttpServletRequest request)
          Processes the creation of a child page to the page whose identifier is stored in the http request
 String doModifyPage(javax.servlet.http.HttpServletRequest request)
          Processes of the modification of the page informations
 String doRemovePage(javax.servlet.http.HttpServletRequest request)
          Processes the deletion of a page
 String getAdminPage(javax.servlet.http.HttpServletRequest request)
          Displays the page which contains the management forms of a skin page whose identifier is specified in parameter
 String getAdminPagePreview(javax.servlet.http.HttpServletRequest request)
          Returns the html code for displaying the page whose identifier is specified in parameter from the administration unit.
 String getRemovePage(javax.servlet.http.HttpServletRequest request)
          Display the confirm page for the delete of a page
 String getResourceImagePage(Page page, String strPageId)
          Management of the image associated to the page
 
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

PROPERTY_PAGE_TITLE_ADMIN_SITE

public static final String PROPERTY_PAGE_TITLE_ADMIN_SITE
See Also:
Constant Field Values
Constructor Detail

AdminPageJspBean

public AdminPageJspBean()
Method Detail

getAdminPage

public String getAdminPage(javax.servlet.http.HttpServletRequest request)
Displays the page which contains the management forms of a skin page whose identifier is specified in parameter

Parameters:
request - The identifier of the page
Returns:
The html code of the management forms of a page

getAdminPagePreview

public String getAdminPagePreview(javax.servlet.http.HttpServletRequest request)
                           throws UserNotSignedException,
                                  SiteMessageException
Returns the html code for displaying the page whose identifier is specified in parameter from the administration unit.
That is useful to make a preview of the page.

Parameters:
request - The http request
Returns:
The html code of the page
Throws:
UserNotSignedException - The UserNotSignedException
SiteMessageException - occurs when a site message need to be displayed

doModifyPage

public String doModifyPage(javax.servlet.http.HttpServletRequest request)
Processes of the modification of the page informations

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

getRemovePage

public String getRemovePage(javax.servlet.http.HttpServletRequest request)
Display the confirm page for the delete of a page

Parameters:
request - The http request
Returns:
The html code of the confirm page

doRemovePage

public String doRemovePage(javax.servlet.http.HttpServletRequest request)
Processes the deletion of a page

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

doCreateChildPage

public String doCreateChildPage(javax.servlet.http.HttpServletRequest request)
Processes the creation of a child page to the page whose identifier is stored in the http request

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

getResourceImagePage

public String getResourceImagePage(Page page,
                                   String strPageId)
Management of the image associated to the page

Parameters:
page - The Page Object
strPageId - The page identifier
Returns:
The url


Copyright © 2014 Mairie de Paris. All Rights Reserved.