zoukankan      html  css  js  c++  java
  • SAP Hybris里搜索显示结果的实现原理

    CRM

    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的值替换。

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

  • 相关阅读:
    java基础5 (一维)数组和二维数组
    Java 内部类
    Java 抽象类和接口
    Java 多态
    Java 继承
    Java 包(package)
    Java String类和StringBuffer类
    Java 数组
    Java 封装与类
    Java 概述和编程基础
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12153788.html
Copyright © 2011-2022 走看看