Also: SpringCore
public static interface

PropertyPlaceholderHelper.PlaceholderResolver

org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver

Class Overview

Strategy interface used to resolve replacement values for placeholders contained in Strings.

Summary

Public Methods
abstract String resolvePlaceholder(String placeholderName)
Resolves the supplied placeholder name into the replacement value.

Public Methods

public abstract String resolvePlaceholder (String placeholderName)

Also: SpringCore

Resolves the supplied placeholder name into the replacement value.

Parameters
placeholderName the name of the placeholder to resolve.
Returns
  • the replacement value or null if no replacement is to be made.