public class AdminUserMenuService extends Object
Constructor and Description |
---|
AdminUserMenuService() |
Modifier and Type | Method and Description |
---|---|
void |
addItemProvider(IAdminUserMenuItemProvider itemProvider,
String strAfterName,
String strBeforeName)
Add an item provider to the registry
Placement of the item can be altered with strAfterName or strBeforeName
|
List<AdminUserMenuItem> |
getItems(javax.servlet.http.HttpServletRequest request)
Get all invoked admin user menu items
|
public static final String BEAN_NAME
public void addItemProvider(IAdminUserMenuItemProvider itemProvider, String strAfterName, String strBeforeName)
itemProvider
- admin user menu item providerstrBeforeName
- add the item provider before the provider with this namestrAfterName
- add the item provider after the provider with this namepublic List<AdminUserMenuItem> getItems(javax.servlet.http.HttpServletRequest request)
request
- the requestCopyright © 2020 City of Paris. All rights reserved.