| Package | Description |
|---|---|
| org.broadleafcommerce.cms.structure.service |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStructuredContentRuleProcessor
This class is useful as a starting point for rule processors that need to execute MVEL rules.
|
class |
StructuredContentDefaultRuleProcessor
By default, this rule processor combines all of the rules from
StructuredContent.getStructuredContentMatchRules()
into a single MVEL expression. |
| Modifier and Type | Field and Description |
|---|---|
protected List<StructuredContentRuleProcessor> |
StructuredContentServiceImpl.contentRuleProcessors |
| Modifier and Type | Method and Description |
|---|---|
List<StructuredContentRuleProcessor> |
StructuredContentServiceImpl.getContentRuleProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
StructuredContentServiceImpl.setContentRuleProcessors(List<StructuredContentRuleProcessor> contentRuleProcessors) |
Copyright © 2014. All Rights Reserved.