| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow | |
| org.wildfly.swarm.config.undertow.configuration |
| Modifier and Type | Method and Description |
|---|---|
List<Rewrite> |
FilterConfiguration.FilterConfigurationResources.rewrites()
Get the list of org.wildfly.swarm.config.undertow.configuration.Rewrite resources
|
| Modifier and Type | Method and Description |
|---|---|
FilterConfiguration |
FilterConfiguration.rewrite(Rewrite value)
Add the org.wildfly.swarm.config.undertow.configuration.Rewrite object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
FilterConfiguration |
FilterConfiguration.rewrites(List<Rewrite> value)
Add all org.wildfly.swarm.config.undertow.configuration.Rewrite objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
Rewrite |
Rewrite.redirect(Boolean value)
If this is true then a redirect will be done instead of a rewrite
|
Rewrite |
Rewrite.target(String value)
The expression that defines the target.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.