public class CmsNavigationEventHandler extends AbstractRequestEventHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CATALOG_KEY |
static java.lang.String |
PAGE_KEY |
static java.lang.String |
SITE_KEY |
DELIMITER| Constructor and Description |
|---|
CmsNavigationEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected CMSAdminSiteService |
getCmsAdminSiteService() |
protected ModelService |
getModelService() |
protected ItemModel |
getObject(java.util.Map<java.lang.String,java.lang.String[]> params,
java.lang.String key) |
void |
handleEvent(UICockpitPerspective perspective,
java.util.Map<java.lang.String,java.lang.String[]> params)
Called by the active
RequestHandler when a cockpit event is triggered for which this RequestEventHandler is
registered. |
getParameter, getPrefix, setPrefixpublic static final java.lang.String SITE_KEY
public static final java.lang.String CATALOG_KEY
public static final java.lang.String PAGE_KEY
public void handleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.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(java.util.Map<java.lang.String,java.lang.String[]> params, java.lang.String key) throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionprotected CMSAdminSiteService getCmsAdminSiteService()
protected ModelService getModelService()
Copyright © 2018 SAP SE. All Rights Reserved.