Uses of Class
com.broadleafcommerce.catalog.domain.commerce.Breadcrumb
Package
Description
-
Uses of Breadcrumb in com.broadleafcommerce.catalog.domain.category.commerce
Modifier and TypeMethodDescriptionCategoryDetails.getBreadcrumbs()
NavigationalBreadcrumbs
to show on the details view.Modifier and TypeMethodDescriptionvoid
CategoryDetails.setBreadcrumbs
(List<Breadcrumb> breadcrumbs) NavigationalBreadcrumbs
to show on the details view. -
Uses of Breadcrumb in com.broadleafcommerce.catalog.domain.product.commerce
Modifier and TypeMethodDescriptionProductDetails.getBreadcrumbs()
NavigationalBreadcrumbs
to show on the details view.Modifier and TypeMethodDescriptionvoid
ProductDetails.setBreadcrumbs
(List<Breadcrumb> breadcrumbs) NavigationalBreadcrumbs
to show on the details view. -
Uses of Breadcrumb in com.broadleafcommerce.catalog.service.category.commerce.contributor
Modifier and TypeMethodDescriptionprotected final Breadcrumb
BreadcrumbsCategoryDetailsContributor.createCrumbForAncestor
(Category ancestor) protected final Breadcrumb
BreadcrumbsCategoryDetailsContributor.createCrumbForSelf
(CategoryDetails category) -
Uses of Breadcrumb in com.broadleafcommerce.catalog.service.product.commerce.contributor
Modifier and TypeMethodDescriptionprotected final Breadcrumb
BreadcrumbsProductDetailsContributor.createCrumbForCategory
(Category ancestor) protected final Breadcrumb
BreadcrumbsProductDetailsContributor.createCrumbForProduct
(ProductDetails product) Modifier and TypeMethodDescriptionprotected List<Breadcrumb>
BreadcrumbsProductDetailsContributor.buildBreadcrumbsForProductWithPrimaryCategory
(@NonNull ProductDetails product, @NonNull CategoryAncestorList primaryCategoryAndAncestry) Generates the expected list ofBreadcrumbs
for a product which was found to have a primary category.