Class NotificationEventHandler
java.lang.Object
de.hybris.platform.cockpit.session.impl.AbstractRequestEventHandler
de.hybris.platform.cockpit.session.impl.NotificationEventHandler
- All Implemented Interfaces:
RequestEventHandler
-
Field Summary
FieldsFields inherited from class de.hybris.platform.cockpit.session.impl.AbstractRequestEventHandler
DELIMITER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetDecodedParameter(Map<String, String[]> params, String key) voidhandleEvent(UICockpitPerspective perspective, Map<String, String[]> params) Called by the activeRequestHandlerwhen a cockpit event is triggered for which thisRequestEventHandleris registered.voidsetCharset(String charset) Methods inherited from class de.hybris.platform.cockpit.session.impl.AbstractRequestEventHandler
getParameter, getPrefix, setPrefix
-
Field Details
-
TITLE_KEY
- See Also:
-
MESSAGE_KEY
- See Also:
-
-
Constructor Details
-
NotificationEventHandler
public NotificationEventHandler()
-
-
Method Details
-
handleEvent
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
-
getDecodedParameter
-
setCharset
-
getCharset
-