|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.beans.config.PropertiesInitializer
info.magnolia.init
package.
public class PropertiesInitializer
This class is responsible for loading the various "magnolia.properties" files, merging them, and substituting variables in their values.
Field Summary | |
---|---|
static String |
CONTEXT_ATTRIBUTE_PLACEHOLDER_PREFIX
Deprecated. Context attribute prefix, to obtain a property definition like ${contextAttribute/property}, that can refer to any context attribute. |
static String |
CONTEXT_PARAM_PLACEHOLDER_PREFIX
Deprecated. Context parameter prefix, to obtain a property definition like ${contextParam/property}, that can refer to any context parameter. |
static String |
DEFAULT_INITIALIZATION_PARAMETER
Deprecated. Default value for the MAGNOLIA_INITIALIZATION_FILE parameter. |
static String |
ENV_PROPERTY_PLACEHOLDER_PREFIX
Deprecated. System property prefix, to obtain a property definition like ${systemProperty/property}, that can refer to any System property. |
static String |
PLACEHOLDER_PREFIX
Deprecated. Placeholder prefix: "${". |
static String |
PLACEHOLDER_SUFFIX
Deprecated. Placeholder suffix: "}". |
static String |
SYSTEM_PROPERTY_PLACEHOLDER_PREFIX
Deprecated. System property prefix, to obtain a property definition like ${systemProperty/property}, that can refer to any System property. |
Constructor Summary | |
---|---|
PropertiesInitializer(ModuleRegistry moduleRegistry)
Deprecated. |
Method Summary | |
---|---|
static PropertiesInitializer |
getInstance()
Deprecated. since 4.5, use IoC |
void |
loadAllModuleProperties()
Deprecated. |
void |
loadAllProperties(String propertiesFilesString,
String rootPath)
Deprecated. |
void |
loadBeanProperties()
Deprecated. since 4.5, replaced by a new ClasspathPropertySource("/mgnl-beans.properties"). |
protected void |
loadModuleProperties(List<ModuleDefinition> moduleDefinitions)
Deprecated. Load the properties defined in the module descriptors. |
boolean |
loadPropertiesFile(String rootPath,
String location)
Deprecated. Try to load a magnolia.properties file. |
void |
loadPropertiesFiles(String propertiesLocationString,
String rootPath)
Deprecated. |
void |
overloadWithSystemProperties()
Deprecated. Overload the properties with set system properties. |
protected String |
parseStringValue(String strVal,
Set<String> visitedPlaceholders)
Deprecated. since 4.5 this is now done by AbstractMagnoliaConfigurationProperties.parseStringValue(java.lang.String, java.util.Set . |
static String |
processPropertyFilesString(javax.servlet.ServletContext context,
String servername,
String webapp,
String propertiesFilesString,
String contextPath)
Deprecated. since 4.5, this is done by DefaultMagnoliaPropertiesResolver.DefaultMagnoliaPropertiesResolver(javax.servlet.ServletContext, info.magnolia.init.MagnoliaInitPaths) .
Note: when remove this class and method, this code will need to be cleaned up and moved to info.magnolia.init.DefaultMagnoliaPropertiesResolver |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PLACEHOLDER_PREFIX
public static final String PLACEHOLDER_SUFFIX
public static final String CONTEXT_ATTRIBUTE_PLACEHOLDER_PREFIX
public static final String CONTEXT_PARAM_PLACEHOLDER_PREFIX
public static final String SYSTEM_PROPERTY_PLACEHOLDER_PREFIX
public static final String ENV_PROPERTY_PLACEHOLDER_PREFIX
public static final String DEFAULT_INITIALIZATION_PARAMETER
Constructor Detail |
---|
@Inject public PropertiesInitializer(ModuleRegistry moduleRegistry)
Method Detail |
---|
public static PropertiesInitializer getInstance()
public void loadAllProperties(String propertiesFilesString, String rootPath)
public void loadAllModuleProperties()
protected void loadModuleProperties(List<ModuleDefinition> moduleDefinitions)
public void loadPropertiesFiles(String propertiesLocationString, String rootPath)
public void loadBeanProperties()
DefaultMagnoliaConfigurationProperties
public boolean loadPropertiesFile(String rootPath, String location)
rootPath
- location
-
public void overloadWithSystemProperties()
public static String processPropertyFilesString(javax.servlet.ServletContext context, String servername, String webapp, String propertiesFilesString, String contextPath)
DefaultMagnoliaPropertiesResolver.DefaultMagnoliaPropertiesResolver(javax.servlet.ServletContext, info.magnolia.init.MagnoliaInitPaths)
.
Note: when remove this class and method, this code will need to be cleaned up and moved to info.magnolia.init.DefaultMagnoliaPropertiesResolver
WEB-INF/config/${servername}/${contextAttribute/com.ibm.websphere.servlet.application.host}/magnolia.properties
context
- Servlet contextservername
- Server namewebapp
- Webapp namepropertiesFilesString
- a comma separated list of paths.
protected String parseStringValue(String strVal, Set<String> visitedPlaceholders)
AbstractMagnoliaConfigurationProperties.parseStringValue(java.lang.String, java.util.Set)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |