Description
getHeadElements negates the need to expose PageImports at the Page level. We should deprecate the methods set/getPageImports.
The only use case not covered by getHeadElements is when minimizing JavaScript/Css imports on a Page. Currently one can invoke PageImports#setInitialized so that the Controls imports won't be included.
We could instead add a boolean property on Page to provide similar functionality e.g:
private boolean includeControlHeadElements;