localizationSetter = registry.getService("LocalizationSetter", LocalizationSetter.class);
invocationMap = registry.getObject(ComponentInvocationMap.class, null);
ApplicationGlobals globals = registry.getObject(ApplicationGlobals.class, null);
globals.storeContext(new PageTesterContext(contextPath));
Map<Class, ComponentInvoker> map = newMap();
map.put(PageLinkTarget.class, new PageLinkInvoker(registry));
map.put(ActionLinkTarget.class, new ActionLinkInvoker(registry, this, invocationMap));