Package | Description |
---|---|
org.springframework.boot.context.embedded |
Specialized
ApplicationContext that supports
embedded servlet containers. |
org.springframework.boot.web.servlet |
Classes and utilities designed to work with the `javax.servlet` specification.
|
org.springframework.boot.web.support |
Modifier and Type | Method and Description |
---|---|
Set<ErrorPage> |
AbstractConfigurableEmbeddedServletContainer.getErrorPages()
Returns a mutable set of
ErrorPages that will be used when
handling exceptions. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfigurableEmbeddedServletContainer.addErrorPages(ErrorPage... errorPages) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableEmbeddedServletContainer.setErrorPages(Set<? extends ErrorPage> errorPages)
Sets the error pages that will be used when handling exceptions.
|
void |
AbstractConfigurableEmbeddedServletContainer.setErrorPages(Set<? extends ErrorPage> errorPages) |
Modifier and Type | Method and Description |
---|---|
void |
ErrorPageRegistry.addErrorPages(ErrorPage... errorPages)
Adds error pages that will be used when handling exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorPageFilter.addErrorPages(ErrorPage... errorPages) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.