public class ConfigPropertiesCascadeUtils extends ConfigPropertiesCascadeCommonUtils
DEFAULT_BUFFER_SIZE, EMPTY_STRING_ARRAY| Constructor and Description |
|---|
ConfigPropertiesCascadeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
substituteExpressionLanguage(String stringToParse,
Map<String,Object> variableMap)
substitute an EL for objects.
|
static String |
substituteExpressionLanguage(String stringToParse,
Map<String,Object> variableMap,
boolean allowStaticClasses,
boolean silent,
boolean lenient,
boolean logOnNull)
substitute an EL for objects
|
classLoader, className, closeQuietly, computeUrl, copy, copy, defaultString, enumValueOfIgnoreCase, equals, equalsIgnoreCase, fileCanonicalPath, intValue, isBlank, jarFile, mapToString, MapToString, newInstance, newInstance, prefixOrSuffix, split, splitPreserveAllTokens, splitTrim, splitTrim, splitTrimToList, stripLastSlashIfExists, toList, toString, trimpublic static String substituteExpressionLanguage(String stringToParse, Map<String,Object> variableMap)
stringToParse - The string to parsevariableMap - replacement mappingspublic static String substituteExpressionLanguage(String stringToParse, Map<String,Object> variableMap, boolean allowStaticClasses, boolean silent, boolean lenient, boolean logOnNull)
stringToParse - the String containing ELvariableMap - replacement mappingsallowStaticClasses - if true allow static classes not registered with contextsilent - if silent mode, swallow exceptions (warn), and dont warn when variable not foundlenient - false if undefined variables should throw an exception. if lenient is true (default)
then undefined variables are nulllogOnNull - if null output of substitution should be loggedCopyright © 2025 OWASP. All rights reserved.