Home
last modified time | relevance | path

Searched refs:PropertyPlaceholderHelper (Results 1 – 6 of 6) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/util/
H A DSystemPropertyUtils.java19 import org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver;
48 private static final PropertyPlaceholderHelper strictHelper =
49 new PropertyPlaceholderHelper(PLACEHOLDER_PREFIX, PLACEHOLDER_SUFFIX, VALUE_SEPARATOR, false);
51 private static final PropertyPlaceholderHelper nonStrictHelper =
52 new PropertyPlaceholderHelper(PLACEHOLDER_PREFIX, PLACEHOLDER_SUFFIX, VALUE_SEPARATOR, true);
79PropertyPlaceholderHelper helper = (ignoreUnresolvablePlaceholders ? nonStrictHelper : strictHelpe… in resolvePlaceholders()
H A DPropertyPlaceholderHelper.java38 public class PropertyPlaceholderHelper { class
40 private static final Log logger = LogFactory.getLog(PropertyPlaceholderHelper.class);
68 public PropertyPlaceholderHelper(String placeholderPrefix, String placeholderSuffix) { in PropertyPlaceholderHelper() method in PropertyPlaceholderHelper
81 public PropertyPlaceholderHelper(String placeholderPrefix, String placeholderSuffix, in PropertyPlaceholderHelper() method in PropertyPlaceholderHelper
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/env/
H A DAbstractPropertyResolver.java31 import org.springframework.util.PropertyPlaceholderHelper;
32 import org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver;
46 private PropertyPlaceholderHelper nonStrictHelper;
47 private PropertyPlaceholderHelper strictHelper;
145 private PropertyPlaceholderHelper createPlaceholderHelper(boolean ignoreUnresolvablePlaceholders) { in createPlaceholderHelper()
146 return new PropertyPlaceholderHelper(this.placeholderPrefix, this.placeholderSuffix, in createPlaceholderHelper()
150 private String doResolvePlaceholders(String text, PropertyPlaceholderHelper helper) { in doResolvePlaceholders()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/factory/config/
H A DPropertyPlaceholderConfigurer.java24 import org.springframework.util.PropertyPlaceholderHelper;
25 import org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver;
235 PropertyPlaceholderHelper helper = new PropertyPlaceholderHelper( in parseStringValue()
244 private final PropertyPlaceholderHelper helper;
249 this.helper = new PropertyPlaceholderHelper( in PlaceholderResolvingStringValueResolver()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/util/
H A DPropertyPlaceholderHelperTests.java29 private final PropertyPlaceholderHelper helper = new PropertyPlaceholderHelper("${", "}");
75 this.helper.replacePlaceholders(text, new PropertyPlaceholderHelper.PlaceholderResolver() { in testWithResolver()
102 PropertyPlaceholderHelper helper = new PropertyPlaceholderHelper("${", "}", null, false); in testUnresolvedPlaceholderAsError()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/build/tmp/api/
H A Djavadoc.options1409 …-framework-3.1.x/spring-core/src/main/java/org/springframework/util/PropertyPlaceholderHelper.java'