Uses of Class
com.broadleafcommerce.metadata.route.predicate.TenancyRoutePredicateFactory.Config
- 
Packages that use TenancyRoutePredicateFactory.Config Package Description com.broadleafcommerce.metadata.route.builder com.broadleafcommerce.metadata.route.predicate  - 
- 
Uses of TenancyRoutePredicateFactory.Config in com.broadleafcommerce.metadata.route.builder
Method parameters in com.broadleafcommerce.metadata.route.builder with type arguments of type TenancyRoutePredicateFactory.Config Modifier and Type Method Description RouteSpec.RouteBooleanSpecRouteSpec. 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.Config Modifier and Type Method Description TenancyRoutePredicateFactory.ConfigTenancyRoutePredicateFactory.Config. application(String... applicationIds)This route will only be returned when the application in context is one of the provided applications.TenancyRoutePredicateFactory.ConfigTenancyRoutePredicateFactory.Config. applicationOnly()This route will only be returned when there is an application in the context.TenancyRoutePredicateFactory.ConfigTenancyRoutePredicateFactory.Config. tenant(String... tenantIds)This route will only be returned when the tenant in context is one of the provided tenants.TenancyRoutePredicateFactory.ConfigTenancyRoutePredicateFactory.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.Config Modifier and Type Method Description Predicate<org.springframework.web.context.request.WebRequest>TenancyRoutePredicateFactory. apply(TenancyRoutePredicateFactory.Config config) 
 -