| Package | Description | 
|---|---|
| org.wildfly.swarm.config.undertow | |
| org.wildfly.swarm.config.undertow.configuration | 
| Modifier and Type | Method and Description | 
|---|---|
Rewrite | 
FilterConfiguration.FilterConfigurationResources.rewrite(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Rewrite> | 
FilterConfiguration.FilterConfigurationResources.rewrites()
Get the list of Rewrite resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
FilterConfiguration.rewrite(Rewrite value)
Add the Rewrite object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
FilterConfiguration.rewrites(List<Rewrite> value)
Add all Rewrite objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Rewrite<T extends Rewrite<T>>
A rewrite (or redirect) filter 
 | 
interface  | 
RewriteConsumer<T extends Rewrite<T>>  | 
interface  | 
RewriteSupplier<T extends Rewrite>  | 
| Modifier and Type | Method and Description | 
|---|---|
Rewrite | 
RewriteSupplier.get()
Constructed instance of Rewrite resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.