SAP Commerce開發之如何找到某個頁面對應的JSP實現頁面
For example here below is the product detail page of Hybris Storefront. The requirement is to figure out which JSP page has implemented this UI.
In some other SAP product it is quite straightforward to achieve. For example in CRM WebClient UI, simply press F2 and we can find the technical name of UI component which implements the current displayed UI.
In ABAP Webdynpro use “Technical Help” from context menu:
In SAP Cloud for Customer there is so called “Client Inspector” to fulfill the technical data inspection requirement.
In Hybris Commerce you can use the following approach to find the implementation JSP file. I still use product detail page as example, based on Hybris 6.5.
(1) logon WCMS cockpit via url: Search by keyword “product”, and double click on the search result with name “Product Details”.
(2) In template detail editor area, write down the name of page template: Product Details Page Template. Also note down the Created Date and Modified Date.
(3) fire the following flexible search in Hybris Administration Console:
select * from {PageTemplate} where {name} = 'Product Details Page Template'
In my installation there are more than one page found. Use Created Date and Modified Date I can tell that the last one is what I am looking for.
then I find the JSP file name here: product/productLayout2Page
Its fullpath in my laptop:
“C:\Hybris\6.5.0.0.23546\hybris\bin\ext-template\yacceleratorstorefront\web\webroot\WEB-INF\views\responsive\pages\product\productLayout2Page.jsp“
Or you can also search all cms-content.impex by keyword “Product Details Page Template”:
As described in the comment, the field frontendTemplateName represents the JSP file name.
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2724666/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SSH之jsp頁面JS
- iOS開發之微信聊天頁面實現iOS
- 織夢某個頁面對應的模板檔案分析
- 如何從 SAP Spartacus Product Detail 頁面,找到其 Angular 實現 Component 的位置AIAngular
- 教你如何寫第一個jsp頁面JS
- 如何判斷頁面是否存在某個元素
- 如何讓頁面跳出框架在一個新頁面開啟框架
- 對空資料頁面等公共頁面實現的一些思考
- Flutter中如何強制某個頁面橫屏Flutter
- JavaWeb開發之頁面傳值JavaWeb
- 我對空資料頁面等公共頁面實現的一些想法
- JSP註冊頁面JS
- JSP頁面中新增完一個專案後,重新整理頁面出現的問題JS
- jsp頁面呼叫的操作,實用哦JS
- webscoket+jsp實現簡單的多人聊天頁面WebJS
- js如何判斷頁面中是否存在某個元素JS
- 實現不同頁面不同頁首
- Android 網頁開啟App進入對應頁面Android網頁APP
- SAP Commerce Cloud 產品明細頁面設計概述Cloud
- SAP Spartacus Site Context 實現專題頁面Context
- 在多個JSP頁面之間傳遞引數JS
- 單頁面應用和多頁面應用
- jive 問題 如何在jsp頁面實現資料庫資訊的更新??JS資料庫
- 基於Html對父頁面開啟子頁面Dialog()的使用HTML
- VUE 單頁面應用 修改頁面titleVue
- 移動Web單頁應用開發實踐——頁面結構化Web
- 記微信網頁開發單頁面返回不重新整理的實現網頁
- SSH整合之四(頁面邏輯的實現)
- 如何將一個HTML頁面巢狀在另一個頁面中HTML巢狀
- Unix檔案系統頁面監控實現-效果頁面
- 如何在一個頁面同時實現增,刪,改。
- 如何在JSP頁面中傳遞類物件JS物件
- 如何讓兩個頁面跳轉但是不重新整理頁面。返回時前一個頁面開始選擇的資料還在
- 如何在 SAP 電商雲 Spartacus UI 裡新建一個頁面UI
- SAP BSP和JSP頁面裡UI元素的ID生成邏輯JSUI
- SpringMvc出現Jsp頁面不能正常解析成html網頁SpringMVCJSHTML網頁
- jsp頁面掛死問題JS
- JSP筆記-頁面重定向JS筆記