Class IgnorableItem
java.lang.Object
org.broadleafcommerce.common.util.IgnorableItem
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
IgnorableItem
public IgnorableItem()
-
-
Method Details
-
getKey
-
setKey
-
getValue
-
setValue
-
getCompiled
-