* the response Wicket created
* @return the response Wicket should use in IHeaderContributor traversal
*/
public final IHeaderResponse decorateHeaderResponse(final IHeaderResponse response)
{
final IHeaderResponse aggregatingResponse = new ResourceAggregator(response);
if (headerResponseDecorator == null)
{
return aggregatingResponse;
}