Class CmsNavigationEventHandler
- java.lang.Object
-
- de.hybris.platform.cockpit.session.impl.AbstractRequestEventHandler
-
- de.hybris.platform.cmscockpit.session.impl.CmsNavigationEventHandler
-
- All Implemented Interfaces:
RequestEventHandler
- Direct Known Subclasses:
CmsLiveEditEventHandler,LiveEditPageNavigationEventHandler,PageViewNavigationEventHandler
public class CmsNavigationEventHandler extends AbstractRequestEventHandler
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCATALOG_KEYstatic java.lang.StringPAGE_KEYstatic java.lang.StringSITE_KEY-
Fields inherited from class de.hybris.platform.cockpit.session.impl.AbstractRequestEventHandler
DELIMITER
-
-
Constructor Summary
Constructors Constructor Description CmsNavigationEventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CMSAdminSiteServicegetCmsAdminSiteService()protected ModelServicegetModelService()protected ItemModelgetObject(java.util.Map<java.lang.String,java.lang.String[]> params, java.lang.String key)voidhandleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.String[]> params)Called by the activeRequestHandlerwhen a cockpit event is triggered for which thisRequestEventHandleris registered.-
Methods inherited from class de.hybris.platform.cockpit.session.impl.AbstractRequestEventHandler
getParameter, getPrefix, setPrefix
-
-
-
-
Field Detail
-
SITE_KEY
public static final java.lang.String SITE_KEY
- See Also:
- Constant Field Values
-
CATALOG_KEY
public static final java.lang.String CATALOG_KEY
- See Also:
- Constant Field Values
-
PAGE_KEY
public static final java.lang.String PAGE_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
handleEvent
public void handleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.String[]> params)
Description copied from interface:RequestEventHandlerCalled by the activeRequestHandlerwhen a cockpit event is triggered for which thisRequestEventHandleris registered.- Parameters:
perspective- the current perspective ornullif no perspective has been specifiedparams- HTTP request parameters
-
getObject
protected ItemModel getObject(java.util.Map<java.lang.String,java.lang.String[]> params, java.lang.String key) throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
-
getCmsAdminSiteService
protected CMSAdminSiteService getCmsAdminSiteService()
-
getModelService
protected ModelService getModelService()
-
-