Uses of Interface
net.csdn.common.property.PropertyPlaceholder.PlaceholderResolver

Packages that use PropertyPlaceholder.PlaceholderResolver
net.csdn.common.property   
 

Uses of PropertyPlaceholder.PlaceholderResolver in net.csdn.common.property
 

Methods in net.csdn.common.property with parameters of type PropertyPlaceholder.PlaceholderResolver
protected  String PropertyPlaceholder.parseStringValue(String strVal, PropertyPlaceholder.PlaceholderResolver placeholderResolver, Set<String> visitedPlaceholders)
           
 String PropertyPlaceholder.replacePlaceholders(String value, PropertyPlaceholder.PlaceholderResolver placeholderResolver)
          Replaces all placeholders of format ${name} with the value returned from the supplied PropertyPlaceholder.PlaceholderResolver.
 



Copyright © 2014. All Rights Reserved.