Uses of Class
com.broadleafcommerce.metadata.route.predicate.TenancyRoutePredicateFactory.Config
Packages that use TenancyRoutePredicateFactory.Config
Package
Description
-
Uses of TenancyRoutePredicateFactory.Config in com.broadleafcommerce.metadata.route.builder
Method parameters in com.broadleafcommerce.metadata.route.builder with type arguments of type TenancyRoutePredicateFactory.ConfigModifier and TypeMethodDescriptionRouteSpec.tenancy
(Consumer<TenancyRoutePredicateFactory.Config> fn) Adds a special predicate for limiting this route to certain tenancy contexts. -
Uses of TenancyRoutePredicateFactory.Config in com.broadleafcommerce.metadata.route.predicate
Methods in com.broadleafcommerce.metadata.route.predicate that return TenancyRoutePredicateFactory.ConfigModifier and TypeMethodDescriptionTenancyRoutePredicateFactory.Config.application
(String... applicationIds) This route will only be returned when the application in context is one of the provided applications.TenancyRoutePredicateFactory.Config.applicationOnly()
This route will only be returned when there is an application in the context.This route will only be returned when the tenant in context is one of the provided tenants.TenancyRoutePredicateFactory.Config.tenantOnly()
This route will only be returned when there is no application in the context.Methods in com.broadleafcommerce.metadata.route.predicate with parameters of type TenancyRoutePredicateFactory.ConfigModifier and TypeMethodDescriptionPredicate<org.springframework.web.context.request.WebRequest>
TenancyRoutePredicateFactory.apply
(TenancyRoutePredicateFactory.Config config)