Package org.opennms.vaadin.extender
Interface HasCustomServletHeaders
-
public interface HasCustomServletHeaders
Implement this interface on yourApplicationFactory
to 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()
-