Interface MediaHeadersRegistry

  • All Known Implementing Classes:
    DefaultMediaHeadersRegistry

    public interface MediaHeadersRegistry

    Registry which keeps all configured media headers according to http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html. Each header property key should start with following pattern:

    media.header.

    Example of valid header:

     media.header.cache-control=max-age=3600
     
    • Method Detail

      • getHeaders

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