public class CmsNavigationEventHandler extends AbstractRequestEventHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
CATALOG_KEY |
static String |
PAGE_KEY |
static String |
SITE_KEY |
DELIMITER| Constructor and Description |
|---|
CmsNavigationEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected CMSAdminSiteService |
getCmsAdminSiteService() |
protected ModelService |
getModelService() |
protected ItemModel |
getObject(Map<String,String[]> params,
String key) |
void |
handleEvent(UICockpitPerspective perspective,
Map<String,String[]> params)
Called by the active
RequestHandler when a cockpit event is triggered for which this RequestEventHandler is
registered. |
getParameter, getPrefix, setPrefixpublic static final String SITE_KEY
public static final String CATALOG_KEY
public static final String PAGE_KEY
public void handleEvent(UICockpitPerspective perspective, Map<String,String[]> params)
RequestEventHandlerRequestHandler when a cockpit event is triggered for which this RequestEventHandler is
registered.perspective - the current perspective or null if no perspective has been specifiedparams - HTTP request parametersprotected ItemModel getObject(Map<String,String[]> params, String key) throws IllegalStateException
IllegalStateExceptionprotected CMSAdminSiteService getCmsAdminSiteService()
protected ModelService getModelService()
Copyright © 2017 SAP SE. All Rights Reserved.