public class LayoutContainer extends AbstractFoundationComponent
Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_TYPE |
changeProperties, client, componentPath, DEFAULT_LOCATION, jsonNode, location, pagePath
Constructor and Description |
---|
LayoutContainer(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 |
---|---|
org.apache.sling.testing.clients.util.FormEntityBuilder |
getCreateFormEntity(String order)
Returns the FormEntityBuilder used for the create request in
AbstractComponent.create(String,int...) . |
String |
getResourceType()
The resource type for the component, e.g.
|
create, getClient, getComponentNode, getComponentPath, getFirstChild, getLocation, getName, getNext, getNextNodePath, getPagePath, getParentPath, getPrevious, getPreviousNodePath, getProperty, getPropertyAsString, getPropertyAsStringArray, reorder, save, setProperty, setProperty
public static final String RESOURCE_TYPE
public LayoutContainer(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 (String,int...)
has been called.public String getResourceType()
AbstractComponent
sling:resourceType
property of the node.getResourceType
in class AbstractComponent
public org.apache.sling.testing.clients.util.FormEntityBuilder getCreateFormEntity(String order)
AbstractComponent
AbstractComponent.create(String,int...)
. This method can be
overridden in a subclass to extend the parameters that need to sent with the creation request.getCreateFormEntity
in class AbstractComponent
order
- Defines where the component should be added in relation to its siblings. Possible values
are first
, last
, before [nodeName]
, after [nodeName]
._charset_
,./sling:resourceType
and
:nameHint
set.Copyright © 2018. All rights reserved.