Uses of Interface
org.milyn.rules.RuleProvider

Packages that use RuleProvider
org.milyn.rules   
org.milyn.rules.mvel   
org.milyn.rules.regex   
 

Uses of RuleProvider in org.milyn.rules
 

Methods in org.milyn.rules that return RuleProvider
static RuleProvider RuleProviderAccessor.get(org.milyn.container.ApplicationContext context, String ruleProviderName)
          Gets a RuleProvider matching the passed in ruleProviderName.
 

Methods in org.milyn.rules that return types with arguments of type RuleProvider
static Map<String,RuleProvider> RuleProviderAccessor.getRuleProviders(org.milyn.container.ApplicationContext context)
          Gets the Map of RuleProviders that exist in the Smooks AppcliationContext.
 

Methods in org.milyn.rules with parameters of type RuleProvider
static void RuleProviderAccessor.add(org.milyn.container.ApplicationContext context, RuleProvider provider)
          Adds the passed-in provider to the Smooks ApplicationContext.
 

Uses of RuleProvider in org.milyn.rules.mvel
 

Classes in org.milyn.rules.mvel that implement RuleProvider
 class MVELProvider
          MVEL Rule Provider.
 

Uses of RuleProvider in org.milyn.rules.regex
 

Classes in org.milyn.rules.regex that implement RuleProvider
 class RegexProvider
          Regex Rule Provider.
 



Copyright © 2018. All rights reserved.