Uses of Interface
org.springframework.extensions.config.evaluator.Evaluator

Packages that use Evaluator
org.springframework.extensions.config   
org.springframework.extensions.config.evaluator   
 

Uses of Evaluator in org.springframework.extensions.config
 

Methods in org.springframework.extensions.config that return Evaluator
protected  Evaluator BaseConfigService.createEvaluator(String name, String className)
          Instantiate the evaluator with the given name and class
protected  Evaluator BaseConfigService.getEvaluator(String name)
          Retrieves the implementation of the named evaluator
 

Methods in org.springframework.extensions.config that return types with arguments of type Evaluator
protected  Map<String,Evaluator> BaseConfigService.getEvaluators()
          Get evaluators from the in-memory 'cache'
 

Methods in org.springframework.extensions.config with parameters of type Evaluator
protected  void BaseConfigService.addEvaluator(String name, Evaluator evaluator)
          Adds the evaluator to the config service
 void DefaultLookupAlgorithm.process(ConfigSection section, Evaluator evaluator, Object object, Config results)
           
 void ConfigLookupAlgorithm.process(ConfigSection section, Evaluator evaluator, Object object, Config results)
          Determines whether the given section applies to the given object, if so the section is added to the results
 

Method parameters in org.springframework.extensions.config with type arguments of type Evaluator
protected  void BaseConfigService.putEvaluators(Map<String,Evaluator> evaluators)
          Put evaluators into the in-memory 'cache'
 

Uses of Evaluator in org.springframework.extensions.config.evaluator
 

Classes in org.springframework.extensions.config.evaluator that implement Evaluator
 class ObjectTypeEvaluator
          Evaluator that tests whether an object is equal to the given class name
 class StringEvaluator
          Evaluator that tests whether an object is equal to a string
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.