Class MultipartFormComponentListener

    • Method Detail

      • onAfterRespond

        public void onAfterRespond​(Map<String,​Component> map,
                                   AjaxRequestTarget target)
        Description copied from interface: AjaxRequestTarget.IListener
        Triggered after the target has written components. At this point only additional JavaScript can be added to the response. NOTE: During this stage of processing any calls that manipulate components will result in an exception. After notification of all listeners no JavaScript can be added any longer.
        Specified by:
        onAfterRespond in interface AjaxRequestTarget.IListener
        Parameters:
        map - read-only map:markupId->component of components already added to the target
        target - the target itself. Could be used to append/prepend JavaScript