public class ExpressionFilter<T extends ExpressionFilter<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ExpressionFilter(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
expression()
The expression that defines the filter
|
T |
expression(String value)
The expression that defines the filter
|
String |
getKey() |
String |
module()
Module to use to load the filter definitions
|
T |
module(String value)
Module to use to load the filter definitions
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic ExpressionFilter(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String expression()
public String module()
Copyright © 2017 JBoss by Red Hat. All rights reserved.