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.RouteBooleanSpec
RouteSpec. 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.Config
TenancyRoutePredicateFactory.Config. application(String... applicationIds)
This route will only be returned when the application in context is one of the provided applications.TenancyRoutePredicateFactory.Config
TenancyRoutePredicateFactory.Config. applicationOnly()
This route will only be returned when there is an application in the context.TenancyRoutePredicateFactory.Config
TenancyRoutePredicateFactory.Config. tenant(String... tenantIds)
This route will only be returned when the tenant in context is one of the provided tenants.TenancyRoutePredicateFactory.Config
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.Config Modifier and Type Method Description Predicate<org.springframework.web.context.request.WebRequest>
TenancyRoutePredicateFactory. apply(TenancyRoutePredicateFactory.Config config)
-