@Address(value="/subsystem=undertow/configuration=filter/rewrite=*") public class Rewrite<T extends Rewrite<T>> extends HashMap implements Keyed
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() |
Boolean |
redirect()
If this is true then a redirect will be done instead of a rewrite
|
T |
redirect(Boolean value)
If this is true then a redirect will be done instead of a rewrite
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
target()
The expression that defines the target.
|
T |
target(String value)
The expression that defines the target.
|
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 Rewrite(String key)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="redirect") public Boolean redirect()
public T redirect(Boolean value)
@ModelNodeBinding(detypedName="target") public String target()
Copyright © 2016 JBoss by Red Hat. All rights reserved.