Uses of Class
org.broadleafcommerce.common.web.deeplink.DeepLink
Packages that use DeepLink
Package
Description
-
Uses of DeepLink in org.broadleafcommerce.cms.web.deeplink
Methods in org.broadleafcommerce.cms.web.deeplink that return types with arguments of type DeepLinkModifier and TypeMethodDescriptionContentDeepLinkServiceImpl.getLinksInternal
(StructuredContentDTO item) -
Uses of DeepLink in org.broadleafcommerce.cms.web.processor
Method parameters in org.broadleafcommerce.cms.web.processor with type arguments of type DeepLinkModifier and TypeMethodDescriptionAbstractContentProcessorExtensionHandler.addExtensionFieldDeepLink
(List<DeepLink> links, String tagName, Map<String, String> tagAttributes, org.broadleafcommerce.presentation.model.BroadleafTemplateContext context) 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 fieldsAbstractContentProcessorExtensionHandler.postProcessDeepLinks
(List<DeepLink> links) ContentProcessorExtensionHandler.postProcessDeepLinks
(List<DeepLink> links) Provides a hook point to allow extension handlers to modify the generated deep links. -
Uses of DeepLink in org.broadleafcommerce.common.web.deeplink
Methods in org.broadleafcommerce.common.web.deeplink that return DeepLinkModifier and TypeMethodDescriptionDeepLink.withAdminBaseUrl
(String adminBaseUrl) DeepLink.withDisplayText
(String displayText) DeepLink.withSourceObject
(Object sourceObject) DeepLink.withUrlFragment
(String urlFragment) Methods in org.broadleafcommerce.common.web.deeplink that return types with arguments of type DeepLink