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

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

public class AdminMenuJspBean
extends Object
implements Serializable

This class provides the user interface to manage admin features ( manage, create, modify, remove)

See Also:
Serialized Form

Field Summary
static String PROPERTY_LOGOUT_URL
           
 
Constructor Summary
AdminMenuJspBean()
           
 
Method Summary
 String doChangeLanguage(javax.servlet.http.HttpServletRequest request)
          Change the current language of the user
 String doModifyAccessibilityMode(javax.servlet.http.HttpServletRequest request)
          Change the mode accessibility
 String doModifyDefaultAdminUserPassword(javax.servlet.http.HttpServletRequest request)
          Perform the user password modification.
 String getAdminMenuFooter(javax.servlet.http.HttpServletRequest request)
          Returns the Administration footer menu
 String getAdminMenuHeader(javax.servlet.http.HttpServletRequest request)
          Returns the Administration header menu
 String getAdminMenuUser(javax.servlet.http.HttpServletRequest request)
          Returns the html code of the menu of the users
 String getModifyDefaultAdminUserPassword(javax.servlet.http.HttpServletRequest request)
          Display the modification form for user password.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_LOGOUT_URL

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

AdminMenuJspBean

public AdminMenuJspBean()
Method Detail

getAdminMenuHeader

public String getAdminMenuHeader(javax.servlet.http.HttpServletRequest request)
Returns the Administration header menu

Parameters:
request - The HttpServletRequest
Returns:
The html code of the header

getAdminMenuFooter

public String getAdminMenuFooter(javax.servlet.http.HttpServletRequest request)
Returns the Administration footer menu

Parameters:
request - The HttpServletRequest
Returns:
The html code of the header

getAdminMenuUser

public String getAdminMenuUser(javax.servlet.http.HttpServletRequest request)
Returns the html code of the menu of the users

Parameters:
request - The Http request
Returns:
The html code of the users menu

doChangeLanguage

public String doChangeLanguage(javax.servlet.http.HttpServletRequest request)
Change the current language of the user

Parameters:
request - The HTTP request
Returns:
The forward Url

getModifyDefaultAdminUserPassword

public String getModifyDefaultAdminUserPassword(javax.servlet.http.HttpServletRequest request)
Display the modification form for user password. This is used only by the default module. For other modules, custom implementation should be provided.

Parameters:
request - the http request
Returns:
the form allowing the modification of the user's password

doModifyDefaultAdminUserPassword

public String doModifyDefaultAdminUserPassword(javax.servlet.http.HttpServletRequest request)
Perform the user password modification. This is used only by the default module. For other modules, custom implementation should be provided.

Parameters:
request - the http request
Returns:
the form allowing the modification of the user's password

doModifyAccessibilityMode

public String doModifyAccessibilityMode(javax.servlet.http.HttpServletRequest request)
Change the mode accessibility

Parameters:
request - HttpServletRequest
Returns:
The forward Url


Copyright © 2014 Mairie de Paris. All Rights Reserved.