this.application = application;
add(RestartResponseAtInterceptPageException.MAPPER);
add(new HomePageMapper());
add(new PageInstanceMapper());
add(new BookmarkableMapper());
add(new ResourceReferenceMapper(new PageParametersEncoder(),
new ParentFolderPlaceholderProvider(application),
useTimestampsProvider()));
add(new BufferedResponseMapper());
}