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
Modifier and TypeFieldDescriptionstatic final String
Name of theFormattingConversionService
bean that web will used by default.static final String
static final String
static final String
static final String
Fields inherited from class com.foreach.across.core.AcrossModule
CURRENT_MODULE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
prepareForBootstrap
(ModuleBootstrapConfig currentModule, AcrossBootstrapConfig contextConfig) protected void
registerDefaultApplicationContextConfigurers
(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, toString
Methods 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 theFormattingConversionService
bean that web will used by default.- See Also:
-
RESOURCES
- See Also:
-
-
Constructor Details
-
AcrossWebModule
public AcrossWebModule()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceAcrossModuleEntity
- Specified by:
getName
in classAcrossModule
-
getResourcesKey
- Specified by:
getResourcesKey
in interfaceAcrossModuleEntity
- Overrides:
getResourcesKey
in classAcrossModule
-
getDescription
- Overrides:
getDescription
in classAcrossModule
-
registerDefaultApplicationContextConfigurers
protected void registerDefaultApplicationContextConfigurers(Set<ApplicationContextConfigurer> contextConfigurers) Register the default ApplicationContextConfigurers for this module.- Overrides:
registerDefaultApplicationContextConfigurers
in classAcrossModule
- Parameters:
contextConfigurers
- Set of existing configurers to add to.
-
prepareForBootstrap
public void prepareForBootstrap(ModuleBootstrapConfig currentModule, AcrossBootstrapConfig contextConfig) - Overrides:
prepareForBootstrap
in classAcrossModule
-