この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hello,
in AEM ,html pages are in json format . i think yes ?
any html page created in AEM , Like test.html can be viewed as .test.model.json ? how we can see as xml format ?
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
The new AEM Core WCM Components are built with Sling Models, which Sling Models includes a single exporter, using the Jackson framework. Jackson allows you to expose and format Sling Model Object's properties in JSON format.
There's another way to obtain JSON from any resource and AEM. You can replace ".html" with "tidy.infinity.json"; which the request triggers the default Sling GET servlet in JSON mode. read more here: https://sling.apache.org/documentation/bundles/rendering-content-default-get-servlets.html
Visit this thread of Adobe's Forum topic to review a conversation about converting content as XML: https://experienceleaguecommunities.adobe.com/t5/Adobe-Experience-Manager/Adobe-CQ-Export-Content-As...
Hope this helps,
Brian.
表示
返信
いいね!の合計
The new AEM Core WCM Components are built with Sling Models, which Sling Models includes a single exporter, using the Jackson framework. Jackson allows you to expose and format Sling Model Object's properties in JSON format.
There's another way to obtain JSON from any resource and AEM. You can replace ".html" with "tidy.infinity.json"; which the request triggers the default Sling GET servlet in JSON mode. read more here: https://sling.apache.org/documentation/bundles/rendering-content-default-get-servlets.html
Visit this thread of Adobe's Forum topic to review a conversation about converting content as XML: https://experienceleaguecommunities.adobe.com/t5/Adobe-Experience-Manager/Adobe-CQ-Export-Content-As...
Hope this helps,
Brian.
表示
返信
いいね!の合計
表示
返信
いいね!の合計
thanks for your help
表示
返信
いいね!の合計