Class DebugWebModule
java.lang.Object
com.foreach.across.core.context.AbstractAcrossEntity
com.foreach.across.core.AcrossModule
com.foreach.across.modules.debugweb.DebugWebModule
- All Implemented Interfaces:
com.foreach.across.core.context.AcrossEntity
,com.foreach.across.core.context.AcrossModuleEntity
public class DebugWebModule
extends com.foreach.across.core.AcrossModule
-
Field Summary
Fields inherited from class com.foreach.across.core.AcrossModule
CURRENT_MODULE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
protected void
registerDefaultApplicationContextConfigurers
(Set<com.foreach.across.core.context.configurer.ApplicationContextConfigurer> contextConfigurers) void
setRootPath
(String rootPath) Set the root path that allDebugWebController
instances should use.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, prepareForBootstrap, 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
-
NAME
- See Also:
-
RESOURCES
- See Also:
-
-
Constructor Details
-
DebugWebModule
public DebugWebModule()
-
-
Method Details
-
setRootPath
Set the root path that allDebugWebController
instances should use. All request mappings will be prefixed with the path specified here.- Parameters:
rootPath
- The root path for all DebugWebControllers.- See Also:
-
RequestMapping
-
getName
- Specified by:
getName
in interfacecom.foreach.across.core.context.AcrossModuleEntity
- Specified by:
getName
in classcom.foreach.across.core.AcrossModule
-
getResourcesKey
- Specified by:
getResourcesKey
in interfacecom.foreach.across.core.context.AcrossModuleEntity
- Overrides:
getResourcesKey
in classcom.foreach.across.core.AcrossModule
-
getDescription
- Overrides:
getDescription
in classcom.foreach.across.core.AcrossModule
-
registerDefaultApplicationContextConfigurers
protected void registerDefaultApplicationContextConfigurers(Set<com.foreach.across.core.context.configurer.ApplicationContextConfigurer> contextConfigurers) - Overrides:
registerDefaultApplicationContextConfigurers
in classcom.foreach.across.core.AcrossModule
-