public class FilterRef<T extends FilterRef<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
predicate()
Predicates provide a simple way of making a true/false decision based on
an exchange.
|
T |
predicate(String value)
Predicates provide a simple way of making a true/false decision based on
an exchange.
|
Integer |
priority()
Defines filter order, it should be set to 1 or more, higher number
instructs server to be included earlier in handler chain than others
under same context.
|
T |
priority(Integer value)
Defines filter order, it should be set to 1 or more, higher number
instructs server to be included earlier in handler chain than others
under same context.
|
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 FilterRef(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String predicate()
public T predicate(String value)
public Integer priority()
Copyright © 2017 JBoss by Red Hat. All rights reserved.