Interface MediaHeadersRegistry
-
- All Known Implementing Classes:
DefaultMediaHeadersRegistry
public interface MediaHeadersRegistryRegistry 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getHeaders()
-