public class NotificationEventHandler extends AbstractRequestEventHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_KEY |
static String |
TITLE_KEY |
DELIMITER| Constructor and Description |
|---|
NotificationEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset() |
protected String |
getDecodedParameter(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. |
void |
setCharset(String charset) |
getParameter, getPrefix, setPrefixpublic static final String TITLE_KEY
public static final String MESSAGE_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 parameterspublic void setCharset(String charset)
public String getCharset()
Copyright © 2017 SAP SE. All Rights Reserved.