Class SubresourceHeaderResponse

java.lang.Object
org.apache.wicket.markup.html.DecoratingHeaderResponse
org.apache.wicket.markup.head.filter.SubresourceHeaderResponse
All Implemented Interfaces:
Closeable, AutoCloseable, IHeaderResponse

Add Subresource integrity and crossOrigin to all ISubresourceHeaderItems.

The subclass implementation of configure(ISubresourceHeaderItem) has to decide on how to configure the item.

Note: please don't forget to wrap with ResourceAggregator when setting it up with Application.getHeaderResponseDecorators(), otherwise dependencies will not be rendered.

See Also: