The Adobe AEM parsys component displays all child resources, and if the appropriate value is set in WCM mode, it displays the Drop component section, which you can use to add new paragraphs. The implementation of the “Drop” component part is rather strange: it is built into a separate component with a tag <cq:include>, but the path parameter has a value *(star):
<cq:include>
*
<cq:include path="*" resourceType="<%= newType %>"/>
( newTypeis the Java variable set before this line).
newType
What's going on here? What is the purpose of this star?
Sling . POST URL-, /*, Sling , , .
/*
, /* , request.getResource(), StarResource. SyntheticResource, , node JCR. sling:syntheticStarResource, getParent(), . ValueMap . Sling , , Resource StarResource.
request.getResource()
StarResource
SyntheticResource
sling:syntheticStarResource
getParent()
ValueMap
Resource
, , , , Drop *, - . , , node .