| Class | Description |
|---|---|
| CustomRemoteApplicationContextProducer |
The
AbstractApplicationContextProducer that retrieves the ApplicationContext from an annotated
method declared on the test class. |
| SpringInjectRemoteExtension |
A remote extension that configures the Spring in the container.
|
| WebApplicationContextProducer |
The instance of
AbstractApplicationContextProducer that access the WebApplicationContext from
servlet context for specific Spring's FrameworkServlet or when the servlet name was not specified retrieves the root
web application context. |
| XmlRemoteApplicationContextProducer |
The
AbstractApplicationContextProducer that creates the ClassPathXmlApplicationContext
with configuration loaded from locations specified by the test. |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.