Package com.foreach.across.config
Class AcrossContextWebConfiguration
java.lang.Object
com.foreach.across.config.AcrossContextWebConfiguration
- All Implemented Interfaces:
BootstrapAdapter
@Configuration
@ConditionalOnWebApplication
public class AcrossContextWebConfiguration
extends Object
implements BootstrapAdapter
Custom configuration that modifies the Across context bootstrapper in case
of a web application. It ensures that
AcrossWebApplicationContext
instances
will be used for Across context and modules.- Since:
- 3.0.0
- Author:
- Arne Vandamme
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customizeBootstrapper
(AcrossBootstrapper bootstrapper) Customize the AcrossBootstrapper involved.
-
Constructor Details
-
AcrossContextWebConfiguration
public AcrossContextWebConfiguration()
-
-
Method Details
-
customizeBootstrapper
Description copied from interface:BootstrapAdapter
Customize the AcrossBootstrapper involved.- Specified by:
customizeBootstrapper
in interfaceBootstrapAdapter
- Parameters:
bootstrapper
- AcrossBootstrapper instance.
-