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.PropertyPlaceholderHelperUses a SpringPropertyPlaceholderHelperto resolve placeholders in the property defaults. This means that placeholders need not be displayed in the configuration UI or JMX console.
-
-
Constructor Summary
Constructors Constructor Description DefaultResolver()Instantiates a new default resolver.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringresolveValue(java.lang.String val)Expands the given value, resolving any ${} placeholders using the property defaults.
-