public class ExperienceFragmentCmp extends AbstractComponent
changeProperties, client, componentPath, DEFAULT_LOCATION, jsonNode, location, pagePath| Constructor and Description |
|---|
ExperienceFragmentCmp(ComponentClient client,
String pagePath,
String location,
String nameHint)
The constructor stores all the component path information like parentPage, name etc.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceType()
The resource type for the component, e.g.
|
void |
setFragmentPath(String fragmentReference) |
create, getClient, getComponentNode, getComponentPath, getCreateFormEntity, getFirstChild, getLocation, getName, getNext, getNextNodePath, getPagePath, getParentPath, getPrevious, getPreviousNodePath, getProperty, getPropertyAsString, getPropertyAsStringArray, reorder, save, setProperty, setPropertypublic ExperienceFragmentCmp(ComponentClient client, String pagePath, String location, String nameHint)
client - The ComponentClient that will be used for sending the requests.pagePath - path to the page that will contain the component.location - relative location to the parent node inside the page that will contain the component node.nameHint - name to be used for the component node. Might get altered by the server if a naming conflict
occurs. The AbstractComponent.getName() method will return the correct name after (order,int...) has been called.public String getResourceType()
AbstractComponentsling:resourceType property of the node.getResourceType in class AbstractComponentpublic void setFragmentPath(String fragmentReference)
Copyright © 2018. All rights reserved.