Package de.hybris.platform.spring
Class AbstractWebModuleResolver
- java.lang.Object
-
- de.hybris.platform.spring.AbstractWebModuleResolver
-
public abstract class AbstractWebModuleResolver extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classAbstractWebModuleResolver.MergeRedundantPredicateprotected classAbstractWebModuleResolver.WebModulePredicate
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringCONFIG_KEY_EXTENSIONWEBMODSprotected static java.lang.StringDEFAULT_TENANTprotected static java.lang.StringEMPTY_STRINGprotected java.util.MapglobalPropsprotected static java.lang.StringROOT_STRINGstatic java.lang.StringWEBROOT_PROPERTY
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractWebModuleResolver(java.util.Map properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>getInstalledWebModules()protected com.google.common.collect.BiMap<java.lang.String,java.lang.String>prepareReversedMap()
-
-
-
Field Detail
-
EMPTY_STRING
protected static final java.lang.String EMPTY_STRING
- See Also:
- Constant Field Values
-
ROOT_STRING
protected static final java.lang.String ROOT_STRING
- See Also:
- Constant Field Values
-
CONFIG_KEY_EXTENSIONWEBMODS
protected static final java.lang.String CONFIG_KEY_EXTENSIONWEBMODS
- See Also:
- Constant Field Values
-
WEBROOT_PROPERTY
public static final java.lang.String WEBROOT_PROPERTY
- See Also:
- Constant Field Values
-
DEFAULT_TENANT
protected static final java.lang.String DEFAULT_TENANT
- See Also:
- Constant Field Values
-
globalProps
protected final java.util.Map globalProps
-
-