Hi,
I need to get channel breadcrumb path. Previously, we are using, Channel.getBreadcrumPath() to get this. But, this is causing performance issue. Then, we changed it to call ChannelUtil.getReadableChannel(); to get this, but still we are getting performance issue specially with these API calls.
I am using these calls in our CDA application. Is there any other way to achieve this?
I checked DPM APIs and there is no mehtod I found there. I tried RequestContext.getRequestPath(), but it returning NULL everywhere.
On a channel page (http://host/site/abc/?vgnextoid=chID), requestContext.getRequestChannelId() is returning NULL while requestContext.getRequestedChannel() is working fine. Is this expected behaviour?
I am using DPM7.5. Any pointers to look at will be helpful as well....
Thanks,
Sanjeev