public class CustomFilter<T extends CustomFilter<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CustomFilter(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
className()
Class name of HttpHandler
|
T |
className(String value)
Class name of HttpHandler
|
String |
getKey() |
String |
module()
Module name where class can be loaded from
|
T |
module(String value)
Module name where class can be loaded from
|
T |
parameter(String key,
Object value)
Filter parameters
|
Map |
parameters()
Filter parameters
|
T |
parameters(Map value)
Filter parameters
|
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 CustomFilter(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String className()
public String module()
public Map parameters()
Copyright © 2017 JBoss by Red Hat. All rights reserved.