Uses of Class
com.broadleafcommerce.catalog.domain.commerce.Breadcrumb
Packages that use Breadcrumb
Package
Description
-
Uses of Breadcrumb in com.broadleafcommerce.catalog.domain.category.commerce
Methods in com.broadleafcommerce.catalog.domain.category.commerce that return types with arguments of type BreadcrumbModifier and TypeMethodDescriptionCategoryDetails.getBreadcrumbs()NavigationalBreadcrumbsto show on the details view.Method parameters in com.broadleafcommerce.catalog.domain.category.commerce with type arguments of type BreadcrumbModifier and TypeMethodDescriptionvoidCategoryDetails.setBreadcrumbs(List<Breadcrumb> breadcrumbs) NavigationalBreadcrumbsto show on the details view. -
Uses of Breadcrumb in com.broadleafcommerce.catalog.domain.product.commerce
Methods in com.broadleafcommerce.catalog.domain.product.commerce that return types with arguments of type BreadcrumbModifier and TypeMethodDescriptionProductDetails.getBreadcrumbs()NavigationalBreadcrumbsto show on the details view.Method parameters in com.broadleafcommerce.catalog.domain.product.commerce with type arguments of type BreadcrumbModifier and TypeMethodDescriptionvoidProductDetails.setBreadcrumbs(List<Breadcrumb> breadcrumbs) NavigationalBreadcrumbsto show on the details view. -
Uses of Breadcrumb in com.broadleafcommerce.catalog.service.category.commerce.contributor
Methods in com.broadleafcommerce.catalog.service.category.commerce.contributor that return BreadcrumbModifier and TypeMethodDescriptionprotected BreadcrumbBreadcrumbsCategoryDetailsContributor.createCrumbForAncestor(Category ancestor) protected BreadcrumbBreadcrumbsCategoryDetailsContributor.createCrumbForSelf(CategoryDetails category) -
Uses of Breadcrumb in com.broadleafcommerce.catalog.service.product.commerce.contributor
Methods in com.broadleafcommerce.catalog.service.product.commerce.contributor that return BreadcrumbModifier and TypeMethodDescriptionprotected BreadcrumbBreadcrumbsProductDetailsContributor.createCrumbForCategory(Category ancestor) protected BreadcrumbBreadcrumbsProductDetailsContributor.createCrumbForProduct(ProductDetails product) Methods in com.broadleafcommerce.catalog.service.product.commerce.contributor that return types with arguments of type BreadcrumbModifier and TypeMethodDescriptionprotected List<Breadcrumb>BreadcrumbsProductDetailsContributor.buildBreadcrumbsForProductWithPrimaryCategory(@NonNull ProductDetails product, @NonNull CategoryAncestorList primaryCategoryAndAncestry) Generates the expected list ofBreadcrumbsfor a product which was found to have a primary category.