| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow | |
| org.wildfly.swarm.config.undertow.configuration |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorPage> |
FilterConfiguration.FilterConfigurationResources.errorPages()
Get the list of org.wildfly.swarm.config.undertow.configuration.ErrorPage resources
|
| Modifier and Type | Method and Description |
|---|---|
FilterConfiguration |
FilterConfiguration.errorPage(ErrorPage value)
Add the org.wildfly.swarm.config.undertow.configuration.ErrorPage object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
FilterConfiguration |
FilterConfiguration.errorPages(List<ErrorPage> value)
Add all org.wildfly.swarm.config.undertow.configuration.ErrorPage objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
ErrorPage |
ErrorPage.code(Integer value)
Error page code
|
ErrorPage |
ErrorPage.path(String value)
Error page path
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.