类 WebDelegatingSmartContextLoader

java.lang.Object
cn.taketoday.test.context.support.AbstractDelegatingSmartContextLoader
cn.taketoday.test.context.web.WebDelegatingSmartContextLoader
所有已实现的接口:
AotContextLoader, ContextLoader, SmartContextLoader

public class WebDelegatingSmartContextLoader extends AbstractDelegatingSmartContextLoader
WebDelegatingSmartContextLoader is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to a GenericXmlWebContextLoader and an AnnotationConfigWebContextLoader.
从以下版本开始:
4.0
作者:
Sam Brannen
另请参阅: