Uses of Interface
org.reactive.beans.factory.config.PlaceholderMatcher

Packages that use PlaceholderMatcher
org.reactive.beans.factory.config   
 

Uses of PlaceholderMatcher in org.reactive.beans.factory.config
 

Classes in org.reactive.beans.factory.config that implement PlaceholderMatcher
 class DefaultPlaceholderMatcher
          The default implementation of PlaceholderMatcher that uses the "standard" format of "${valueToBeEveluated}".
 

Fields in org.reactive.beans.factory.config declared as PlaceholderMatcher
protected  PlaceholderMatcher ConfigurationPlaceholderProcessor.placeholderMatcher
          Used to determine if the value from the bean factory requires evaluation.
 

Methods in org.reactive.beans.factory.config that return PlaceholderMatcher
 PlaceholderMatcher ConfigurationPlaceholderProcessor.getPlaceholderMatcher()
          Returns the implementation of PlaceholderMatcher used to determine if a value requires evalutation.
 

Methods in org.reactive.beans.factory.config with parameters of type PlaceholderMatcher
 void ConfigurationPlaceholderProcessor.setPlaceholderMatcher(PlaceholderMatcher placeholderMatcher)
          Sets the implementation of PlaceholderMatcher used to determine if a value requires evalutation.
 



Copyright © 2004-2005 reactive.org. All Rights Reserved.