Modifier and Type | Method and Description |
---|---|
AdminUser |
AdminAuthenticationService.getRemoteUser(javax.servlet.http.HttpServletRequest request)
Gets the AdminUser attached to the current Http session
|
void |
AdminAuthenticationService.registerUser(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Register the user in the Http session
|
Modifier and Type | Method and Description |
---|---|
String |
MVCAdminJspBean.processController(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process request as a controller
|
Modifier and Type | Method and Description |
---|---|
String |
AdminMenuJspBean.doChangeLanguage(javax.servlet.http.HttpServletRequest request)
Change the current language of the user
|
String |
AdminPageJspBean.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 |
AdminMenuJspBean.doModifyAccessibilityMode(javax.servlet.http.HttpServletRequest request)
Change the mode accessibility
|
String |
AdminMenuJspBean.doModifyDefaultAdminUserPassword(javax.servlet.http.HttpServletRequest request)
Perform the user password modification.
|
String |
AdminPageJspBean.doModifyPage(javax.servlet.http.HttpServletRequest request)
Processes of the modification of the page informations
|
String |
AdminPagePortletJspBean.doModifyPortletStatus(javax.servlet.http.HttpServletRequest request)
Processes the status definition for portlet : suspended or activated
|
String |
AdminPageJspBean.doRemovePage(javax.servlet.http.HttpServletRequest request)
Processes the deletion of a page
|
String |
AdminPagePortletJspBean.doRemovePortlet(javax.servlet.http.HttpServletRequest request)
Processes the removal of the portlet
|
String |
AdminPagePortletJspBean.getModifyPortletStatus(javax.servlet.http.HttpServletRequest request)
Displays the portlet status modification page
|
String |
AdminPagePortletJspBean.getRemovePortlet(javax.servlet.http.HttpServletRequest request)
Displays the confirm message for deleting the portlet
|
void |
AdminFeaturesPageJspBean.init(javax.servlet.http.HttpServletRequest request,
String strRight)
Initialize the jspbean data Allows to set the feature url and feature title associated
|
void |
PluginAdminPageJspBean.init(javax.servlet.http.HttpServletRequest request,
String strRight)
Initialize the jspbean data Allows to set the feature url and feature title associated
|
Modifier and Type | Method and Description |
---|---|
String |
AdminDashboardJspBean.doMoveAdminDashboard(javax.servlet.http.HttpServletRequest request)
Moves the dashboard
|
String |
DashboardJspBean.doMoveDashboard(javax.servlet.http.HttpServletRequest request)
Moves the dashboard
|
String |
AdminDashboardJspBean.doReorderColumn(javax.servlet.http.HttpServletRequest request)
Reorders columns
|
String |
DashboardJspBean.doReorderColumn(javax.servlet.http.HttpServletRequest request)
Reorders columns
|
Modifier and Type | Method and Description |
---|---|
String |
AdminDocumentationJspBean.getDocumentation(javax.servlet.http.HttpServletRequest request)
Returns the view of features documentation
|
Modifier and Type | Method and Description |
---|---|
String |
EditorChoiceLutecePanelJspBean.doUpdateBackOfficeEditor(javax.servlet.http.HttpServletRequest request)
Do update back office editor.
|
String |
EditorChoiceLutecePanelJspBean.doUpdateFrontOfficeEditor(javax.servlet.http.HttpServletRequest request)
Do update front office editor.
|
Modifier and Type | Method and Description |
---|---|
String |
RightJspBean.doAssignUsers(javax.servlet.http.HttpServletRequest request)
Process the data capture form for assign users to a role
|
String |
ExternalFeaturesJspBean.doCreateExternalFeature(javax.servlet.http.HttpServletRequest request) |
String |
FeaturesGroupJspBean.doCreateGroup(javax.servlet.http.HttpServletRequest request)
Create the group
|
String |
LevelsJspBean.doCreateLevel(javax.servlet.http.HttpServletRequest request)
Processes the creation form of a new level by recovering the parameters in the http request
|
String |
FeaturesGroupJspBean.doDispatchFeature(javax.servlet.http.HttpServletRequest request)
Dispatch a feature to a given group
|
String |
FeaturesGroupJspBean.doDispatchFeatureGroup(javax.servlet.http.HttpServletRequest request)
Dispatch a feature group
|
String |
ExternalFeaturesJspBean.doModifyExternalFeature(javax.servlet.http.HttpServletRequest request) |
String |
FeaturesGroupJspBean.doModifyGroup(javax.servlet.http.HttpServletRequest request)
Modify the group
|
String |
LevelsJspBean.doModifyLevel(javax.servlet.http.HttpServletRequest request)
Processes the updating form of a level whose new parameters are stored in the http request
|
String |
FeaturesGroupJspBean.doReinitFeatures(javax.servlet.http.HttpServletRequest request)
Reinitialize feature orders
|
String |
ExternalFeaturesJspBean.doRemoveExternalFeature(javax.servlet.http.HttpServletRequest request) |
String |
FeaturesGroupJspBean.doRemoveGroup(javax.servlet.http.HttpServletRequest request)
Remove the group
|
String |
RightJspBean.doUnAssignUser(javax.servlet.http.HttpServletRequest request)
unassigns user from role
|
Modifier and Type | Method and Description |
---|---|
String |
MailingListJspBean.doAddUsers(javax.servlet.http.HttpServletRequest request)
Process the data capture form for adding users filters
|
String |
MailingListJspBean.doCreateMailingList(javax.servlet.http.HttpServletRequest request)
Process the data capture form for create a mailing list
|
String |
MailingListJspBean.doDeleteFilter(javax.servlet.http.HttpServletRequest request)
Process the data capture form to remove users filters
|
String |
MailingListJspBean.doModifyMailingList(javax.servlet.http.HttpServletRequest request)
Process the data capture form for modify a mailing list
|
String |
MailingListJspBean.doRemoveMailingList(javax.servlet.http.HttpServletRequest request)
Process the data capture form for modify a mailing list
|
Modifier and Type | Method and Description |
---|---|
IPluginActionResult |
IPluginAction.process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AdminUser adminUser,
F sessionFields)
Processes the request
|
Modifier and Type | Method and Description |
---|---|
String |
RoleManagementJspBean.doAssignUsers(javax.servlet.http.HttpServletRequest request)
Process the data capture form for assign users to a role
|
String |
RoleManagementJspBean.doCreateRole(javax.servlet.http.HttpServletRequest request)
Perform the role creation.
|
String |
RoleManagementJspBean.doModifyRole(javax.servlet.http.HttpServletRequest request)
Performs the modification of the role's key and description.
|
String |
RoleManagementJspBean.doRemoveControlFromRole(javax.servlet.http.HttpServletRequest request)
Perform the role deletion.
|
String |
RoleManagementJspBean.doRemoveRole(javax.servlet.http.HttpServletRequest request)
Perform the role deletion.
|
String |
RoleManagementJspBean.doSelectPermissions(javax.servlet.http.HttpServletRequest request)
Perform the checks on the permission selection and redirects to the description of the role if ok.
|
String |
RoleManagementJspBean.doUnAssignUser(javax.servlet.http.HttpServletRequest request)
unassigns user from role
|
Modifier and Type | Method and Description |
---|---|
IPluginActionResult |
ExtendableResourceJspBean.doProcessExtendableResourceAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Do process extendable resource action.
|
Modifier and Type | Method and Description |
---|---|
String |
RoleJspBean.doCreatePageRole(javax.servlet.http.HttpServletRequest request)
Create PageRole
|
String |
RoleJspBean.doModifyPageRole(javax.servlet.http.HttpServletRequest request)
Modify PageRole
|
String |
RoleJspBean.doRemovePageRole(javax.servlet.http.HttpServletRequest request)
Delete PageRole
|
Modifier and Type | Method and Description |
---|---|
String |
SearchIndexationJspBean.doIndexing(javax.servlet.http.HttpServletRequest request)
Calls the indexing process
|
String |
SearchJspBean.doModifyAdvancedParameters(javax.servlet.http.HttpServletRequest request)
Processes the data capture form of advanced parameters
|
Modifier and Type | Method and Description |
---|---|
String |
PageTemplatesJspBean.doCreatePageTemplate(javax.servlet.http.HttpServletRequest request)
Processes the creation form of a new page template by recovering the
parameters in the http request
|
String |
StylesJspBean.doCreateStyle(javax.servlet.http.HttpServletRequest request)
Processes the creation form of a new style by recovering the parameters in the http request
|
String |
PageTemplatesJspBean.doModifyPageTemplate(javax.servlet.http.HttpServletRequest request)
Processes the updating form of a page template whose new parameters are
stored in the http request
|
String |
StylesJspBean.doModifyStyle(javax.servlet.http.HttpServletRequest request)
Processes the updating form of a style whose new parameters are stored in the http request
|
String |
PageTemplatesJspBean.doRemovePageTemplate(javax.servlet.http.HttpServletRequest request)
Processes the deletion of a page template
|
String |
StylesJspBean.doRemoveStyle(javax.servlet.http.HttpServletRequest request)
Processes the deletion of a style
|
Modifier and Type | Method and Description |
---|---|
String |
StyleSheetJspBean.doCreateStyleSheet(javax.servlet.http.HttpServletRequest request)
Processes the creation form of a new stylesheet by recovering the parameters
in the http request
|
String |
StyleSheetJspBean.doModifyStyleSheet(javax.servlet.http.HttpServletRequest request)
Processes the updating form of a stylesheet whose new parameters are stored
in the http request
|
String |
StyleSheetJspBean.doRemoveStyleSheet(javax.servlet.http.HttpServletRequest request)
Processes the deletion of a stylesheet
|
Modifier and Type | Method and Description |
---|---|
String |
DaemonsJspBean.doDaemonAction(javax.servlet.http.HttpServletRequest request)
Process the daemon action
|
String |
PluginJspBean.doInstallPlugin(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
Install a plugin
|
String |
PluginJspBean.doModifyPluginPool(javax.servlet.http.HttpServletRequest request)
Defines the database connection pool to be used by the plugin
|
static String |
SystemJspBean.doModifyProperties(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
Process the change form of the webmaster.properties
|
String |
CacheJspBean.doReloadProperties(javax.servlet.http.HttpServletRequest request)
Reload all properties files of the application
|
static String |
CacheJspBean.doResetCaches(javax.servlet.http.HttpServletRequest request)
Process cache resetting
|
static String |
CacheJspBean.doToggleCache(javax.servlet.http.HttpServletRequest request)
Process cache toggle on/off
|
String |
PluginJspBean.doUninstallPlugin(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
Uninstall a plugin
|
Modifier and Type | Method and Description |
---|---|
String |
AdminUserJspBean.doAnonymizeAdminUser(javax.servlet.http.HttpServletRequest request)
Anonymize a user
|
String |
AdminUserJspBean.doChangeFieldAnonymizeAdminUsers(javax.servlet.http.HttpServletRequest request)
Change the anonymization status of user parameters.
|
String |
AdminUserJspBean.doConfirmRemoveAdminUser(javax.servlet.http.HttpServletRequest request)
Returns the page of confirmation for deleting a provider
|
String |
AdminUserJspBean.doCreateAdminUser(javax.servlet.http.HttpServletRequest request)
Process the data capture form of a new appUser
|
DefaultPluginActionResult |
AdminUserJspBean.doImportUsersFromFile(javax.servlet.http.HttpServletRequest request)
Do import users from a CSV file
|
String |
AdminUserJspBean.doInsertRegularExpression(javax.servlet.http.HttpServletRequest request)
Do insert a regular expression
|
String |
AdminLoginJspBean.doLogin(javax.servlet.http.HttpServletRequest request)
Process the login of user
|
String |
AdminUserJspBean.doModifyAccountLifeTimeEmails(javax.servlet.http.HttpServletRequest request)
Update an account life time email
|
String |
AdminUserJspBean.doModifyAdminUser(javax.servlet.http.HttpServletRequest request)
Process the change form of an appUser
|
String |
AdminUserJspBean.doModifyAdminUserPassword(javax.servlet.http.HttpServletRequest request)
Process the change form of an appUser password
|
String |
AdminUserJspBean.doModifyAdminUserRights(javax.servlet.http.HttpServletRequest request)
Process the change form of an appUser rights
|
String |
AdminUserJspBean.doModifyAdminUserRoles(javax.servlet.http.HttpServletRequest request)
Process the change form of an appUser roles
|
String |
AdminUserJspBean.doModifyAdminUserWorkgroups(javax.servlet.http.HttpServletRequest request)
Process the change form of an appUser workspaces
|
String |
AdminUserJspBean.doModifyDefaultUserParameterValues(javax.servlet.http.HttpServletRequest request)
Modify the default user parameter values.
|
String |
AdminUserJspBean.doModifyDefaultUserSecurityValues(javax.servlet.http.HttpServletRequest request)
Modify the default user parameter security values.
|
String |
AdminUserJspBean.doModifyEmailPattern(javax.servlet.http.HttpServletRequest request)
Modify the email pattern
|
String |
AdminUserJspBean.doRemoveAdminUser(javax.servlet.http.HttpServletRequest request)
Process to the confirmation of deleting of an AppUser
|
String |
AdminUserJspBean.doRemoveAdvancedSecurityParameters(javax.servlet.http.HttpServletRequest request)
Disable advanced security parameters
|
String |
AdminUserJspBean.doRemoveRegularExpression(javax.servlet.http.HttpServletRequest request)
Do remove a regular expression
|
String |
AdminUserJspBean.doUseAdvancedSecurityParameters(javax.servlet.http.HttpServletRequest request)
Enable advanced security parameters
|
String |
AdminUserJspBean.getManageAdminUserRights(javax.servlet.http.HttpServletRequest request)
Build the User right list
|
String |
AdminUserJspBean.getManageAdminUserRoles(javax.servlet.http.HttpServletRequest request)
Build the User role list
|
String |
AdminUserJspBean.getManageAdminUserWorkgroups(javax.servlet.http.HttpServletRequest request)
Build the User workgroup list
|
String |
AdminUserJspBean.getModifyAdminUser(javax.servlet.http.HttpServletRequest request)
Returns the form to update info about a AppUser
|
String |
AdminUserJspBean.getModifyAdminUserRights(javax.servlet.http.HttpServletRequest request)
Build the right list
|
String |
AdminUserJspBean.getModifyAdminUserRoles(javax.servlet.http.HttpServletRequest request)
Build the role list
|
String |
AdminUserJspBean.getModifyAdminUserWorkgroups(javax.servlet.http.HttpServletRequest request)
Build the assignable workgroups list
|
String |
AdminUserJspBean.getModifyUserPassword(javax.servlet.http.HttpServletRequest request)
Returns the form to update password of AppUser
|
Modifier and Type | Method and Description |
---|---|
String |
AttributeJspBean.doCreateAttribute(javax.servlet.http.HttpServletRequest request)
Create an user attribute
|
String |
AttributeFieldJspBean.doCreateAttributeField(javax.servlet.http.HttpServletRequest request) |
String |
AttributeJspBean.doModifyAttribute(javax.servlet.http.HttpServletRequest request)
Modify the attribute
|
String |
AttributeFieldJspBean.doModifyAttributeField(javax.servlet.http.HttpServletRequest request)
Modify an attribute field
|
String |
AttributeJspBean.doMoveDownAttribute(javax.servlet.http.HttpServletRequest request)
Move down the position of the attribute field
|
String |
AttributeFieldJspBean.doMoveDownAttributeField(javax.servlet.http.HttpServletRequest request)
Move down the position of the attribute field
|
String |
AttributeJspBean.doMoveUpAttribute(javax.servlet.http.HttpServletRequest request)
Move up the position of the attribute field
|
String |
AttributeFieldJspBean.doMoveUpAttributeField(javax.servlet.http.HttpServletRequest request)
Move up the position of the attribute field
|
String |
AttributeJspBean.doRemoveAttribute(javax.servlet.http.HttpServletRequest request)
Remove an user attribute
|
String |
AttributeFieldJspBean.doRemoveAttributeField(javax.servlet.http.HttpServletRequest request)
Remove the attribute field
|
Modifier and Type | Method and Description |
---|---|
String |
AdminWorkgroupJspBean.doAssignUsers(javax.servlet.http.HttpServletRequest request)
Process the data capture form for assign users to a workgroup
|
String |
AdminWorkgroupJspBean.doCreateWorkgroup(javax.servlet.http.HttpServletRequest request)
Process the data capture form of a new workgroup
|
String |
AdminWorkgroupJspBean.doModifyWorkgroup(javax.servlet.http.HttpServletRequest request)
Process the data capture form for modify a workgroup
|
String |
AdminWorkgroupJspBean.doRemoveWorkgroup(javax.servlet.http.HttpServletRequest request)
Process to the confirmation of deleting a workgroup
|
String |
AdminWorkgroupJspBean.doUnAssignUser(javax.servlet.http.HttpServletRequest request)
unassigns user from workgroup
|
Modifier and Type | Method and Description |
---|---|
String |
XslExportJspBean.doCreateXslExport(javax.servlet.http.HttpServletRequest request)
Perform the xsl export creation
|
String |
XslExportJspBean.doModifyXslExport(javax.servlet.http.HttpServletRequest request)
Perform the xsl export modification
|
String |
XslExportJspBean.doRemoveXslExport(javax.servlet.http.HttpServletRequest request)
Perform the export format supression
|
String |
XslExportJspBean.getConfirmRemoveXslExport(javax.servlet.http.HttpServletRequest request)
Gets the confirmation page of delete xsl export
|
String |
XslExportJspBean.getCreateXslExport(javax.servlet.http.HttpServletRequest request)
Gets the xsl export creation page
|
String |
XslExportJspBean.getModifyXslExport(javax.servlet.http.HttpServletRequest request)
Gets the export format modification page
|
Copyright © 2020 City of Paris. All rights reserved.