public class OnFrameworkCondition extends Object implements org.springframework.context.annotation.ConfigurationCondition
ConfigurationCondition for ConditionalOnFramework condition.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
grailsModulePresent |
protected boolean |
grailsPresent |
protected boolean |
jsfModulePresent |
protected boolean |
jsfPresent |
protected boolean |
springMvcModulePresent |
protected boolean |
struts1ModulePresent |
protected boolean |
thymeleafModulePresent |
| Constructor and Description |
|---|
OnFrameworkCondition() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase |
getConfigurationPhase() |
boolean |
matches(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
protected final boolean springMvcModulePresent
protected final boolean grailsModulePresent
protected final boolean grailsPresent
protected final boolean jsfPresent
protected final boolean jsfModulePresent
protected final boolean struts1ModulePresent
protected final boolean thymeleafModulePresent
public org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase getConfigurationPhase()
getConfigurationPhase in interface org.springframework.context.annotation.ConfigurationConditionpublic boolean matches(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata)
matches in interface org.springframework.context.annotation.ConditionCopyright © 2018 hdiv.org. All rights reserved.