@ConsumerType public interface ContentFragmentList extends ComponentExporter
/apps/core/wcm/components/contentfragmentlist component.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PN_ITEMS
Name of the property (in JSON export) that provides the content fragment items.
|
static String |
PN_ELEMENT_NAMES
Name of the optional resource property that stores the names of the elements to be used.
|
static String |
PN_MAX_ITEMS
Name of the optional resource property that sets the query limit for the number of results to return.
|
static String |
PN_MODEL_PATH
Path of the model resource.
|
static String |
PN_ORDER_BY
Name of the optional resource property that stores the model element the list is sorted by.
|
static String |
PN_PARENT_PATH
Name of the optional resource property that stores the parent path of the content fragments.
|
static String |
PN_SORT_ORDER
Name of the optional resource property that sets the sort order of the list (ascending / descending).
|
static String |
PN_TAG_NAMES
Name of the optional resource property that stores the tag names for filtering the result.
|
| Modifier and Type | Method and Description |
|---|---|
default @NotNull String |
getExportedType()
Returns the type of the resource for which the export is performed.
|
default @NotNull Collection<DAMContentFragment> |
getListItems()
Returns a list of
content fragments. |
static final String JSON_PN_ITEMS
static final String PN_ELEMENT_NAMES
static final String PN_MODEL_PATH
static final String PN_TAG_NAMES
static final String PN_PARENT_PATH
static final String PN_MAX_ITEMS
static final String PN_ORDER_BY
static final String PN_SORT_ORDER
@NotNull default @NotNull Collection<DAMContentFragment> getListItems()
content fragments.@NotNull default @NotNull String getExportedType()
getExportedType in interface ComponentExporterCopyright © 2010 - 2020 Adobe. All Rights Reserved