Class AbstractPropertyBackedBean.DefaultResolver
java.lang.Object
org.springframework.util.PropertyPlaceholderHelper
org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.DefaultResolver
- Enclosing class:
- AbstractPropertyBackedBean
public class AbstractPropertyBackedBean.DefaultResolver
extends org.springframework.util.PropertyPlaceholderHelper
Uses a Spring
PropertyPlaceholderHelper to resolve placeholders in the property defaults. This means
that placeholders need not be displayed in the configuration UI or JMX console.-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.util.PropertyPlaceholderHelper
org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveValue(String val) Expands the given value, resolving any ${} placeholders using the property defaults.Methods inherited from class org.springframework.util.PropertyPlaceholderHelper
parseStringValue, replacePlaceholders, replacePlaceholders
-
Constructor Details
-
DefaultResolver
public DefaultResolver()Instantiates a new default resolver.
-
-
Method Details
-
resolveValue
Expands the given value, resolving any ${} placeholders using the property defaults.- Parameters:
val- the value to expand- Returns:
- the expanded value
-