Creating Experience fragments programatically | Community
Skip to main content
deepakt84913413
New Participant
March 29, 2019
Solved

Creating Experience fragments programatically

  • March 29, 2019
  • 6 replies
  • 6277 views

How do I create the same kind of experience fragments with the same layout of components in with but with different content programmatically? Is there a service to create an experience fragment?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by

You cannot create Experience Fragments by using an API.

6 replies

arunpatidar
New Participant
July 16, 2019

Creating XF is same as creating Page using Pagemanager JAVA API

PageManager ("The Adobe AEM Quickstart and Web Application.")

Example reading page details from CSV and creating pages

aem63app-repo/java/csvtopage at master · arunpatidar02/aem63app-repo · GitHub

Arun Patidar
Accepted solution
July 16, 2019

You cannot create Experience Fragments by using an API.

kautuk_sahni
Employee
July 16, 2019

There is not API exposed to this directly. Request you to please reach-out to support for this.

Kautuk Sahni
New Participant
June 10, 2019

Did you found any solution / alternative to create experience fragments programmatically ?

sachins55039180
New Participant
May 9, 2019

smacdonald2008​ Hi did you mean that this fuction is only available in UI?

We are also looking at integrting a workflow application that creates a Exp. Fragment using REST API. This is not possible right?

Regards

SS

smacdonald2008
New Participant
March 30, 2019

AEM does not expose an API that lets you create exp fragments programmaticall. All done in the UO as described in the docs!