_invocationMap = _registry.getObject(ComponentInvocationMap.class, null);
ApplicationGlobals globals = _registry.getObject(ApplicationGlobals.class, null);
globals.store(new PageTesterContext(_contextPath));
Map<Class, ComponentInvoker> map = newMap();
map.put(PageLinkTarget.class, new PageLinkInvoker(_registry));
map.put(ActionLinkTarget.class, new ActionLinkInvoker(_registry, this, _invocationMap));