Class IgnorableItem

java.lang.Object
org.broadleafcommerce.common.util.IgnorableItem

public class IgnorableItem extends Object
Simple bean that can represent a key/value pair used by arbitrary components for the purpose of engaging exclusion behavior. Generally, there will be a component listening for IgnorableItem instances of a specific key and will use the values regex to engage some exclusion behavior.
Author:
Jeff Fischer
  • Constructor Details

    • IgnorableItem

      public IgnorableItem()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getCompiled

      public Pattern getCompiled()