Package | Description |
---|---|
org.broadleafcommerce.cms.web.deeplink | |
org.broadleafcommerce.cms.web.processor | |
org.broadleafcommerce.common.web.deeplink |
Modifier and Type | Method and Description |
---|---|
protected List<DeepLink> |
ContentDeepLinkServiceImpl.getLinksInternal(StructuredContentDTO item) |
Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
ContentProcessorExtensionHandler.addExtensionFieldDeepLink(List<DeepLink> links,
String tagName,
Map<String,String> tagAttributes,
org.broadleafcommerce.presentation.model.BroadleafTemplateContext context)
Provides a hook point for an extension of content processor to optionally add in deep links
for a content item based on its extension fields
|
ExtensionResultStatusType |
AbstractContentProcessorExtensionHandler.addExtensionFieldDeepLink(List<DeepLink> links,
String tagName,
Map<String,String> tagAttributes,
org.broadleafcommerce.presentation.model.BroadleafTemplateContext context) |
ExtensionResultStatusType |
ContentProcessorExtensionHandler.postProcessDeepLinks(List<DeepLink> links)
Provides a hook point to allow extension handlers to modify the generated deep links.
|
ExtensionResultStatusType |
AbstractContentProcessorExtensionHandler.postProcessDeepLinks(List<DeepLink> links) |
Modifier and Type | Method and Description |
---|---|
DeepLink |
DeepLink.withAdminBaseUrl(String adminBaseUrl) |
DeepLink |
DeepLink.withDisplayText(String displayText) |
DeepLink |
DeepLink.withSourceObject(Object sourceObject) |
DeepLink |
DeepLink.withUrlFragment(String urlFragment) |
Modifier and Type | Method and Description |
---|---|
List<DeepLink> |
DeepLinkService.getLinks(T item)
Returns a list of
DeepLink objects that represent the location of 1 or more admin elements |
protected abstract List<DeepLink> |
DeepLinkService.getLinksInternal(T item) |
Copyright © 2022. All rights reserved.