Package | Description |
---|---|
org.wildfly.swarm.config.undertow | |
org.wildfly.swarm.config.undertow.configuration |
Modifier and Type | Method and Description |
---|---|
ErrorPage |
FilterConfiguration.FilterConfigurationResources.errorPage(String key) |
Modifier and Type | Method and Description |
---|---|
List<ErrorPage> |
FilterConfiguration.FilterConfigurationResources.errorPages()
Get the list of ErrorPage resources
|
Modifier and Type | Method and Description |
---|---|
T |
FilterConfiguration.errorPage(ErrorPage value)
Add the ErrorPage object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
FilterConfiguration.errorPages(List<ErrorPage> value)
Add all ErrorPage objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorPage<T extends ErrorPage<T>>
The error pages
|
interface |
ErrorPageConsumer<T extends ErrorPage<T>> |
interface |
ErrorPageSupplier<T extends ErrorPage> |
Modifier and Type | Method and Description |
---|---|
ErrorPage |
ErrorPageSupplier.get()
Constructed instance of ErrorPage resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.