Interface HasCustomServletHeaders


  • public interface HasCustomServletHeaders
    Implement this interface on your ApplicationFactory to return a list of custom headers that should be added to the AJAX responses of your Vaadin application.
    Author:
    ranger
    • Method Detail

      • getHeaders

        java.util.Map<java.lang.String,​java.lang.String> getHeaders()