Uses of Interface
com.broadleafcommerce.tenant.service.TenantResolver
Package
Description
-
Uses of TenantResolver in com.broadleafcommerce.tenant.service
Modifier and TypeClassDescriptionclass
Default implementation ofTenantResolver
that leverages theUrlResolverProperties
for resolving the admin tenant or application by URL. -
Uses of TenantResolver in com.broadleafcommerce.tenant.service.autoconfigure
Modifier and TypeMethodDescriptionTenantServiceAutoConfiguration.tenantResolver
(ApplicationService<Application> applicationService, TenantService<Tenant> tenantService, UrlResolverProperties props) -
Uses of TenantResolver in com.broadleafcommerce.tenant.web.endpoint
ModifierConstructorDescriptionTenantResolverEndpoint
(TenantResolver resolver, TenantService<Tenant> tenantService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)