Package org.opennms.vaadin.extender
Interface HasCustomServletHeaders
-
public interface HasCustomServletHeadersImplement this interface on yourApplicationFactoryto return a list of custom headers that should be added to the AJAX responses of your Vaadin application.- Author:
- ranger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getHeaders()
-