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) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAdded() |
List<String> |
getRemoved() |
void |
setAdded(Map<String,String> added) |
void |
setRemoved(List<String> removed) |
Copyright © 2020. All rights reserved.