Uses of Class
org.broadleafcommerce.common.breadcrumbs.dto.BreadcrumbDTO
Packages that use BreadcrumbDTO
Package
Description
-
Uses of BreadcrumbDTO in org.broadleafcommerce.common.breadcrumbs.service
Methods in org.broadleafcommerce.common.breadcrumbs.service that return types with arguments of type BreadcrumbDTOModifier and TypeMethodDescriptionBreadcrumbService.buildBreadcrumbDTOs(String baseUrl, Map<String, String[]> params) Builds a breadcrumb from the passed in url and parameter list.BreadcrumbServiceImpl.buildBreadcrumbDTOs(String baseUrl, Map<String, String[]> params) Method parameters in org.broadleafcommerce.common.breadcrumbs.service with type arguments of type BreadcrumbDTOModifier and TypeMethodDescriptionBreadcrumbServiceExtensionHandler.modifyBreadcrumbList(String url, Map<String, String[]> queryParams, ExtensionResultHolder<List<BreadcrumbDTO>> holder) -
Uses of BreadcrumbDTO in org.broadleafcommerce.common.web.expression
Methods in org.broadleafcommerce.common.web.expression that return types with arguments of type BreadcrumbDTO