* @param referenceFactory The reference factory.
*/
public LayoutActivator(PolicyReferenceFactory referenceFactory) {
this(new LayoutContentActivator(new LayoutStyleSheetBuilderImpl(),
LayoutStyleSheetCompilerFactory.getDefaultInstance(),
new DeviceLayoutUpdater()),
referenceFactory);
}