public class MTCondition extends Object implements org.springframework.context.annotation.Condition
Condition to use if the Multi-Tenant module is available at runtime
In Broadleaf 5.0 and 5.1, this class is non-functional and instead only serves to provide consistent runtime compatibility across Broadleaf 5.0, 5.1 and 5.2 in external modules. This class only provides any meaning in Broadleaf 5.2+.
Modifier and Type | Field and Description |
---|---|
static String[] |
CONDITION_CLASSES |
Constructor and Description |
---|
MTCondition() |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
public static final String[] CONDITION_CLASSES
Copyright © 2020. All rights reserved.