public class BroadleafAttributeModifier extends Object
Map of parameters that should be added to a tag and a List of parameters
that should be removed. See AbstractBroadleafAttributeModifierProcessor| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
added |
protected List<String> |
removed |
| Constructor and Description |
|---|
BroadleafAttributeModifier() |
BroadleafAttributeModifier(List<String> removed) |
BroadleafAttributeModifier(Map<String,String> added) |
BroadleafAttributeModifier(Map<String,String> added,
List<String> removed) |
Copyright © 2016. All rights reserved.