Class AdminWebModule
java.lang.Object
com.foreach.across.core.context.AbstractAcrossEntity
com.foreach.across.core.AcrossModule
com.foreach.across.modules.adminweb.AdminWebModule
- All Implemented Interfaces:
com.foreach.across.core.context.AcrossEntity,com.foreach.across.core.context.AcrossModuleEntity
public class AdminWebModule
extends com.foreach.across.core.AcrossModule
-
Field Summary
FieldsFields inherited from class com.foreach.across.core.AcrossModule
CURRENT_MODULE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetRootPath(String rootPath) Set the root path that all AdminWebController 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, registerDefaultApplicationContextConfigurers, 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
-
NAME
- See Also:
-
RESOURCES
- See Also:
-
-
Constructor Details
-
AdminWebModule
public AdminWebModule()
-
-
Method Details
-
setRootPath
Set the root path that all AdminWebController instances should use. All request mappings will be prefixed with the path specified here.- Parameters:
rootPath- The root path for all AdminWebControllers.- See Also:
-
RequestMapping
-
getName
- Specified by:
getNamein interfacecom.foreach.across.core.context.AcrossModuleEntity- Specified by:
getNamein classcom.foreach.across.core.AcrossModule
-
getResourcesKey
- Specified by:
getResourcesKeyin interfacecom.foreach.across.core.context.AcrossModuleEntity- Overrides:
getResourcesKeyin classcom.foreach.across.core.AcrossModule
-
getDescription
- Overrides:
getDescriptionin classcom.foreach.across.core.AcrossModule
-