Class BroadleafAttributeModifier
java.lang.Object
org.broadleafcommerce.presentation.model.BroadleafAttributeModifier
Holder class for passing around a
Map of parameters that should be added to a tag and a List of parameters
that should be removed. See AbstractBroadleafAttributeModifierProcessor- Author:
- Jay Aisenbrey (cja769)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBroadleafAttributeModifier(List<String> removed) BroadleafAttributeModifier(Map<String, String> added) -
Method Summary
-
Field Details
-
added
-
removed
-
-
Constructor Details
-
BroadleafAttributeModifier
-
BroadleafAttributeModifier
public BroadleafAttributeModifier() -
BroadleafAttributeModifier
-
BroadleafAttributeModifier
-
-
Method Details
-
getAdded
-
setAdded
-
getRemoved
-
setRemoved
-