码迷,mamicode.com
首页 > Web开发 > 详细

JSP页面和产品明细页面的绑定关系在Hybris WCMS cockpit什么地方能够找到

时间:2020-03-06 11:22:57      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:type   http   tco   文章   content   自动   err   details   jsp页面   

问题

productLayout2Page.jsp和product detail page的绑定关系在Hybris WCMS cockpit什么地方能够找到

点击了product list里的product image,会跳转到detail page:

技术图片

target jsp的url在这个方法里计算出来:

技术图片

算出来的结果:

技术图片

也就是这个文件:

技术图片

问题

productLayout2Page.jsp和product detail page的绑定关系在WCMS cockpit什么地方能够找到?

这两天内部transfer忙着交接,没有及时回复。
productLayout2Page.jsp和product detail page的绑定关系是在以下的impex里面插入的
INSERT_UPDATE PageTemplate;$contentCV[unique=true];uid[unique=true];name;frontendTemplateName;restrictedPageTypes(code);active[default=true] ;;ProductDetailsPageTemplate;Product Details Page Template;product/productLayout2Page;ProductPage

依据个人经验,wcms主要还是要领会思路,不要迷失在具体的代码里,因为画面是自动生成的。
WCMS--Page template--componentslot--component--cmsproductlistcomponent.jsp--productListerItem.tag

确实,这里注释写的很清楚。

技术图片
技术图片

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

JSP页面和产品明细页面的绑定关系在Hybris WCMS cockpit什么地方能够找到

标签:type   http   tco   文章   content   自动   err   details   jsp页面   

原文地址:https://www.cnblogs.com/sap-jerry/p/12425019.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!