|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.util.PropertyPlaceholderHelper
org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.DefaultResolver
public class AbstractPropertyBackedBean.DefaultResolver
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 | |
---|---|
AbstractPropertyBackedBean.DefaultResolver()
Instantiates a new default resolver. |
Method Summary | |
---|---|
java.lang.String |
resolveValue(java.lang.String val)
Expands the given value, resolving any ${} placeholders using the property defaults. |
Methods inherited from class org.springframework.util.PropertyPlaceholderHelper |
---|
parseStringValue, replacePlaceholders, replacePlaceholders |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPropertyBackedBean.DefaultResolver()
Method Detail |
---|
public java.lang.String resolveValue(java.lang.String val)
val
- the value to expand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |