Class BroadleafAttributeModifier

java.lang.Object
org.broadleafcommerce.presentation.model.BroadleafAttributeModifier

public class BroadleafAttributeModifier extends Object
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 Details

  • Constructor Details

    • BroadleafAttributeModifier

      public BroadleafAttributeModifier(Map<String,String> added, List<String> removed)
    • BroadleafAttributeModifier

      public BroadleafAttributeModifier()
    • BroadleafAttributeModifier

      public BroadleafAttributeModifier(Map<String,String> added)
    • BroadleafAttributeModifier

      public BroadleafAttributeModifier(List<String> removed)
  • Method Details