AcrossWebModule is a basic building block of pretty much every Across application.
It activates Spring MVC support for all modules in the Across context. This means modules can configure Spring MVC features, adding things like controllers, servlets and filters.
On top of regular Spring MVC components, AcrossWebModule adds the following out of the box:
@RequestMapping
behaviourThe Across Web dependency is present in Across Platform.
<dependency>
<groupId>com.foreach.across</groupId>
<artifactId>across-web</artifactId>
</dependency>
Module name: AcrossWebModule
Release | Documentation |
---|---|
5.1.3.RELEASE current | Javadoc Reference |
5.1.2.RELEASE | Javadoc Reference |
5.1.1.RELEASE | Javadoc Reference |
5.1.0.RELEASE | Javadoc Reference |
5.0.2.RELEASE | Javadoc Reference |
3.2.0.RELEASE | Javadoc Reference |
3.0.0.RELEASE | Javadoc Reference |
2.1.1.RELEASE | Javadoc Reference |
1.1.3.RELEASE | Javadoc Reference |