| | |
| | | import org.springframework.lang.Nullable; |
| | | |
| | | @ConditionalOnWebApplication(type = ConditionalOnWebApplication.Type.SERVLET) |
| | | /* loaded from: blade-core-context-9.3.0.0-SNAPSHOT.jar:org/springblade/core/context/BladeServletContext.class */ |
| | | public class BladeServletContext implements BladeContext { |
| | | private final BladeContextProperties contextProperties; |
| | | private final BladeHttpHeadersGetter httpHeadersGetter; |
| | |
| | | return get(this.contextProperties.getHeaders().getAccountId()); |
| | | } |
| | | |
| | | @Override // org.springblade.core.context.BladeContext |
| | | @Override |
| | | @Nullable |
| | | public String getTenantId() { |
| | | return get(this.contextProperties.getHeaders().getTenantId()); |