fr.paris.lutece.portal.web.system
Class SystemJspBean

java.lang.Object
  extended by fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
      extended by fr.paris.lutece.portal.web.system.SystemJspBean
All Implemented Interfaces:
Serializable

public class SystemJspBean
extends AdminFeaturesPageJspBean

This class provides the user interface to manage system features ( manage logs, view system files, ... ).

See Also:
Serialized Form

Field Summary
static String JSP_MANAGE_PROPERTIES
           
static String RIGHT_LOGS_VISUALISATION
           
static String RIGHT_PROPERTIES_MANAGEMENT
           
 
Constructor Summary
SystemJspBean()
           
 
Method Summary
static String doModifyProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext context)
          Process the change form of the webmaster.properties
 String getFileView(javax.servlet.http.HttpServletRequest request)
          Returns a FileView page
 String getManageFilesSystem(javax.servlet.http.HttpServletRequest request)
          Returns ViewLogs page
 String getManageFilesSystemDir(javax.servlet.http.HttpServletRequest request)
          Get directory list
 String getManageProperties(javax.servlet.http.HttpServletRequest request)
          Returns the form to update info about the webmaster.properties
 
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_PROPERTIES_MANAGEMENT

public static final String RIGHT_PROPERTIES_MANAGEMENT
See Also:
Constant Field Values

RIGHT_LOGS_VISUALISATION

public static final String RIGHT_LOGS_VISUALISATION
See Also:
Constant Field Values

JSP_MANAGE_PROPERTIES

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

SystemJspBean

public SystemJspBean()
Method Detail

getManageFilesSystem

public String getManageFilesSystem(javax.servlet.http.HttpServletRequest request)
Returns ViewLogs page

Parameters:
request - The HTTP request.
Returns:
The HTML code

getManageFilesSystemDir

public String getManageFilesSystemDir(javax.servlet.http.HttpServletRequest request)
Get directory list

Parameters:
request - The request
Returns:
The html code

getFileView

public String getFileView(javax.servlet.http.HttpServletRequest request)
Returns a FileView page

Parameters:
request - The HTTP request.
Returns:
The HTML code

getManageProperties

public String getManageProperties(javax.servlet.http.HttpServletRequest request)
Returns the form to update info about the webmaster.properties

Parameters:
request - The Http request
Returns:
The HTML form to update info

doModifyProperties

public static String doModifyProperties(javax.servlet.http.HttpServletRequest request,
                                        javax.servlet.ServletContext context)
Process the change form of the webmaster.properties

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


Copyright © 2014 Mairie de Paris. All Rights Reserved.