Package | Description |
---|---|
org.milyn.rules | |
org.milyn.rules.mvel | |
org.milyn.rules.regex |
Modifier and Type | Method and Description |
---|---|
static RuleProvider |
RuleProviderAccessor.get(ApplicationContext context,
String ruleProviderName)
Gets a
RuleProvider matching the passed in ruleProviderName. |
Modifier and Type | Method and Description |
---|---|
static Map<String,RuleProvider> |
RuleProviderAccessor.getRuleProviders(ApplicationContext context)
Gets the Map of RuleProviders that exist in the Smooks AppcliationContext.
|
Modifier and Type | Method and Description |
---|---|
static void |
RuleProviderAccessor.add(ApplicationContext context,
RuleProvider provider)
Adds the passed-in provider to the Smooks
ApplicationContext . |
Modifier and Type | Class and Description |
---|---|
class |
MVELProvider
MVEL Rule Provider.
|
Modifier and Type | Class and Description |
---|---|
class |
RegexProvider
Regex Rule Provider.
|
Copyright © 2020. All rights reserved.