|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.util.env.EnvPropertiesUtils
public class EnvPropertiesUtils
This class provides access to the currently used environment properties.
| Constructor Summary | |
|---|---|
protected |
EnvPropertiesUtils()
Hide default constructor. |
| Method Summary | |
|---|---|
static Properties |
getEnvBeanPropertyProperties()
Retrieves the currently used bean property environment properties. |
static Properties |
getEnvBeanPropertyProperties(ResourcePatternResolver resourcePatternResolver,
boolean mostSpecificResourceLast)
Retrieves the currently used bean property environment properties. |
static Properties |
getEnvPlaceholderProperties()
Retrieves the currently used placeholder environment properties. |
static Properties |
getEnvPlaceholderProperties(ResourcePatternResolver resourcePatternResolver,
boolean mostSpecificResourceLast)
Retrieves the currently used placeholder environment properties. |
static Properties |
getEnvProperties()
Deprecated. Use method getEnvPlaceholderProperties() instead. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EnvPropertiesUtils()
| Method Detail |
|---|
@Deprecated public static Properties getEnvProperties()
getEnvPlaceholderProperties() instead.
public static Properties getEnvPlaceholderProperties()
public static Properties getEnvPlaceholderProperties(ResourcePatternResolver resourcePatternResolver,
boolean mostSpecificResourceLast)
resourcePatternResolver - the resolver to ask for the resourcesmostSpecificResourceLast - is most specific resource last
public static Properties getEnvBeanPropertyProperties()
public static Properties getEnvBeanPropertyProperties(ResourcePatternResolver resourcePatternResolver,
boolean mostSpecificResourceLast)
resourcePatternResolver - the resolver to ask for the resourcesmostSpecificResourceLast - is most specific resource last
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||