public class ShoppingCart extends AbstractComponent
/libs/commerce/components/shoppingcart
in the repository for implementation details.Modifier and Type | Field and Description |
---|---|
static String |
PROP_EMPTY_MESSAGE |
static String |
PROP_PRICE_LABEL |
static String |
PROP_PRODUCT_LABEL |
static String |
PROP_QUANTITY_LABEL |
static String |
PROP_READONLY |
static String |
PROP_THUMBNAILS |
static String |
RESOURCE_TYPE |
changeProperties, client, componentPath, DEFAULT_LOCATION, jsonNode, location, pagePath
Constructor and Description |
---|
ShoppingCart(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.
|
create, getClient, getComponentNode, getComponentPath, getCreateFormEntity, getFirstChild, getLocation, getName, getNext, getNextNodePath, getPagePath, getParentPath, getPrevious, getPreviousNodePath, getProperty, getPropertyAsString, getPropertyAsStringArray, reorder, save, setProperty, setProperty
public static final String RESOURCE_TYPE
public static final String PROP_PRODUCT_LABEL
public static final String PROP_THUMBNAILS
public static final String PROP_QUANTITY_LABEL
public static final String PROP_PRICE_LABEL
public static final String PROP_READONLY
public static final String PROP_EMPTY_MESSAGE
public ShoppingCart(ComponentClient client, String pagePath, String location, String nameHint) throws org.apache.sling.testing.clients.ClientException
client
- The FoundationClient
that's creating
this instance.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 AbstractComponent.create(String, int...)
has been called.org.apache.sling.testing.clients.ClientException
- if the request failspublic String getResourceType()
AbstractComponent
sling:resourceType
property of the node.getResourceType
in class AbstractComponent
Copyright © 2018. All rights reserved.