SAP Hybris里搜索显示结果的实现原理_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > SAP Hybris里搜索显示结果的实现原理

SAP Hybris里搜索显示结果的实现原理

 2020/1/7 0:24:34  JerryWang_SAP  程序员俱乐部  我要评论(0)
  • 摘要:CRMHybrisHybris是怎么实现的?我问过Hybris成都同事了,Hybris里没有CRMWebUI里F2的概念。所以只能靠自己人肉。前面的issue讲到producttemplatepage,在里面找到用来实现productlist的component。然后找到这个pageination的实现:在这里显示文本:SpringTheme的语法
  • 标签:实现 结果 SAP

CRM

class="origin_image zh-lightbox-thumb lazy" alt="" width="1497" src="/Upload/Images/2020010700/60C5760FD4DE798A.jpg">

Hybris

Hybris是怎么实现的?

我问过Hybris成都同事了,Hybris里没有CRM WebUI里F2的概念。所以只能靠自己人肉。

前面的issue讲到product template page,在里面找到用来实现product list的component。

然后找到这个pageination的实现:

在这里显示文本:

Spring Theme的语法:

The theme support provided by the Spring web MVC framework enables you to further enhance the user experience by allowing the look and feel of your application to be themed. A theme is basically a collection of static resources affecting the visual style of the application, typically style sheets and images.

和ABAP的Online Text repository一样:

Spring Theme也支持i18n:

占位符{0}会被arguments的实际值, 来自model里的searchPageData.pagination.totalNumberOfResults的值替换。

发表评论
用户名: 匿名