Package com.foreach.across.modules.web
Class AcrossWebModule
java.lang.Object
com.foreach.across.core.context.AbstractAcrossEntity
com.foreach.across.core.AcrossModule
com.foreach.across.modules.web.AcrossWebModule
- All Implemented Interfaces:
 AcrossEntity,AcrossModuleEntity
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of theFormattingConversionServicebean that web will used by default.static final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.foreach.across.core.AcrossModule
CURRENT_MODULE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetName()voidprepareForBootstrap(ModuleBootstrapConfig currentModule, AcrossBootstrapConfig contextConfig) protected voidregisterDefaultApplicationContextConfigurers(Set<ApplicationContextConfigurer> contextConfigurers) Register the default ApplicationContextConfigurers for this module.Methods inherited from class com.foreach.across.core.AcrossModule
addApplicationContextConfigurer, addApplicationContextConfigurer, addInstallerContextConfigurer, addInstallerContextConfigurer, addPropertySources, addPropertySources, addRuntimeDependency, equals, expose, expose, exposeClass, getApplicationContextConfigurers, getContext, getExposeFilter, getExposeTransformer, getExtensionTargets, getInstallerContextConfigurers, getInstallers, getInstallerScanPackages, getInstallerSettings, getModuleConfigurationScanPackages, getRuntimeDependencies, getVersionInfo, hashCode, isEnabled, registerDefaultInstallerContextConfigurers, setContext, setEnabled, setExposeFilter, setExposeTransformer, setInstallerSettings, toStringMethods inherited from class com.foreach.across.core.context.AbstractAcrossEntity
addPropertySources, getAcrossApplicationContextHolder, getProperties, hasApplicationContext, setAcrossApplicationContextHolder, setProperties, setProperty 
- 
Field Details
- 
DEFAULT_VIEWS_RESOURCES_PATH
- See Also:
 
 - 
DEFAULT_WEBJARS_PATH
- See Also:
 
 - 
NAME
- See Also:
 
 - 
CONVERSION_SERVICE_BEAN
Name of theFormattingConversionServicebean that web will used by default.- See Also:
 
 - 
RESOURCES
- See Also:
 
 
 - 
 - 
Constructor Details
- 
AcrossWebModule
public AcrossWebModule() 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein interfaceAcrossModuleEntity- Specified by:
 getNamein classAcrossModule
 - 
getResourcesKey
- Specified by:
 getResourcesKeyin interfaceAcrossModuleEntity- Overrides:
 getResourcesKeyin classAcrossModule
 - 
getDescription
- Overrides:
 getDescriptionin classAcrossModule
 - 
registerDefaultApplicationContextConfigurers
protected void registerDefaultApplicationContextConfigurers(Set<ApplicationContextConfigurer> contextConfigurers) Register the default ApplicationContextConfigurers for this module.- Overrides:
 registerDefaultApplicationContextConfigurersin classAcrossModule- Parameters:
 contextConfigurers- Set of existing configurers to add to.
 - 
prepareForBootstrap
public void prepareForBootstrap(ModuleBootstrapConfig currentModule, AcrossBootstrapConfig contextConfig) - Overrides:
 prepareForBootstrapin classAcrossModule
 
 -