Class PageViewNavigationEventHandler
java.lang.Object
de.hybris.platform.cockpit.session.impl.AbstractRequestEventHandler
de.hybris.platform.cmscockpit.session.impl.CmsNavigationEventHandler
de.hybris.platform.cmscockpit.session.impl.PageViewNavigationEventHandler
- All Implemented Interfaces:
RequestEventHandler
The Class PageViewNavigationEventHandler.
-
Field Summary
FieldsFields inherited from class de.hybris.platform.cmscockpit.session.impl.CmsNavigationEventHandler
CATALOG_KEY, SITE_KEYFields inherited from class de.hybris.platform.cockpit.session.impl.AbstractRequestEventHandler
DELIMITER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(UICockpitPerspective perspective, Map<String, String[]> params) Called by the activeRequestHandlerwhen a cockpit event is triggered for which thisRequestEventHandleris registered.Methods inherited from class de.hybris.platform.cmscockpit.session.impl.CmsNavigationEventHandler
getCmsAdminSiteService, getModelService, getObjectMethods inherited from class de.hybris.platform.cockpit.session.impl.AbstractRequestEventHandler
getParameter, getPrefix, setPrefix
-
Field Details
-
PAGE_KEY
The Constant PAGE_KEY.- See Also:
-
-
Constructor Details
-
PageViewNavigationEventHandler
public PageViewNavigationEventHandler()
-
-
Method Details
-
handleEvent
Description copied from interface:RequestEventHandlerCalled by the activeRequestHandlerwhen a cockpit event is triggered for which thisRequestEventHandleris registered.- Specified by:
handleEventin interfaceRequestEventHandler- Overrides:
handleEventin classCmsNavigationEventHandler- Parameters:
perspective- the current perspective ornullif no perspective has been specifiedparams- HTTP request parameters
-