* should be registered here; they will be loaded first, to ensure that they
* are found first.
*/
protected void addComponentFactoriesActingAsSelectors(final ComponentFactoryList componentFactories) {
addLinksSelectorFactories(componentFactories);
componentFactories.add(new CollectionContentsAsUnresolvedPanelFactory()); // to prevent eager loading
}