Uses of Interface
org.springframework.rules.RulesSource

Packages that use RulesSource
org.springframework.binding.validation.support   
org.springframework.richclient.application.support   
org.springframework.richclient.form   
org.springframework.richclient.samples.simple.domain   
org.springframework.rules.metadata   
org.springframework.rules.support   
 

Uses of RulesSource in org.springframework.binding.validation.support
 

Constructors in org.springframework.binding.validation.support with parameters of type RulesSource
RulesValidator(FormModel formModel, RulesSource rulesSource)
          Create a RulesValidator which uses the supplied RulesSource on the FormModel.
 

Uses of RulesSource in org.springframework.richclient.application.support
 

Methods in org.springframework.richclient.application.support with parameters of type RulesSource
 void DefaultApplicationServices.setRulesSource(RulesSource rulesSource)
          Set the rules source service implementation
 

Uses of RulesSource in org.springframework.richclient.form
 

Methods in org.springframework.richclient.form with parameters of type RulesSource
static ValidatingFormModel FormModelHelper.createFormModel(Object formObject, boolean bufferChanges, RulesSource rulesSource, String formId)
           
 

Uses of RulesSource in org.springframework.richclient.samples.simple.domain
 

Classes in org.springframework.richclient.samples.simple.domain that implement RulesSource
 class SimpleValidationRulesSource
          This class is a source for validation rules associated with the domain objects in this application.
 

Uses of RulesSource in org.springframework.rules.metadata
 

Classes in org.springframework.rules.metadata that implement RulesSource
 class AttributesRulesSource
          An implementation of RulesSource that loads rules using metadata.
 

Uses of RulesSource in org.springframework.rules.support
 

Classes in org.springframework.rules.support that implement RulesSource
 class DefaultRulesSource
          A default rules source implementation which is simply a in-memory registry for bean validation rules backed by a map.
 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.