SAP CRM WebClient UI和Hybris Commerce里的跨组件跳转

CRM WebClient UI

How to debug cross component navigation framework

https://wiki.scn.sap.com/wiki/display/CRM/How+to+debug+cross+component+navigation+framework

Hybris

点了一个产品的图片,系统怎么知道需要load哪个jsp文件来渲染?

之前的issue讨论过,这个点击对应的url,会被Spring MVC map到一个通过@RequestMapping注册的的controller上:

也就是这个controller:

target BSP的url通过这个方法getViewForPage算出来:

算出来是这个:

也就是这个:在product folder下有个同名的.jsp文件:

该jsp渲染结果如下:

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

posted @ 2020-03-01 13:03  JerryWang_汪子熙  阅读(138)  评论(0编辑  收藏  举报