Class NotificationEventHandler

    • Constructor Detail

      • NotificationEventHandler

        public NotificationEventHandler()
    • Method Detail

      • handleEvent

        public void handleEvent​(UICockpitPerspective perspective,
                                java.util.Map<java.lang.String,​java.lang.String[]> params)
        Description copied from interface: RequestEventHandler
        Called by the active RequestHandler when a cockpit event is triggered for which this RequestEventHandler is registered.
        Parameters:
        perspective - the current perspective or null if no perspective has been specified
        params - HTTP request parameters
      • getDecodedParameter

        protected java.lang.String getDecodedParameter​(java.util.Map<java.lang.String,​java.lang.String[]> params,
                                                       java.lang.String key)
      • setCharset

        public void setCharset​(java.lang.String charset)
      • getCharset

        public java.lang.String getCharset()