Hi,
I am trying to build a navigation connector in EP6 SP2 and I see that the PDK documentation says "The Portal Development Kit (PDK) contains a navigation connector implementation to navigate to the content of the PDK." but I cannot find it anywhere.
I think I figured out how a navigation connector should look like, but I am stuck at one point: according to the PDK the navigation connector has to be registered in the afterInit() of the navigation connector service via a call of the registerConnector(String connectorKey, INavigationConnector connector)-method of the INavigationConnectorRegistration interface . What I cannot find out is how to get a reference to this INavigationConnectorRegistration ? Any help is greatly appreciated !
Thanks,
Heiko
Hi Heiko,
INavigationConnectorRegistration connReg = (INavigationConnectorRegistration) PortalRuntime.getRuntimeResources().getService(INavigationService.KEY);
Hope it helps
Detlev
Add a comment