GuideDocumentFragmentElement.java
896 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.adobe.xfa.Element
* org.apache.sling.commons.json.JSONObject
*/
package com.adobe.aemds.guide.addon.dor.elements;
import com.adobe.aemds.guide.addon.dor.elements.DoRDocumentFragmentElement;
import com.adobe.aemds.guide.addon.dor.elements.DoRElement;
import com.adobe.aemds.guide.addon.dor.elements.GuideTextDrawElement;
import com.adobe.xfa.Element;
import java.util.Properties;
import org.apache.sling.commons.json.JSONObject;
public class GuideDocumentFragmentElement
extends GuideTextDrawElement {
public GuideDocumentFragmentElement(JSONObject jsonObject) {
super(jsonObject);
this.properties.remove("jcr:title");
}
@Override
public DoRElement createDoRElement(Element xfaElement) throws Exception {
return new DoRDocumentFragmentElement(xfaElement);
}
}