Package | Description |
---|---|
org.springframework.boot.context.embedded |
Support for embedded servlet containers.
|
org.springframework.boot.context.web |
Spring
ApplicationContext support relating to web
deployment. |
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 |
ConfigurableEmbeddedServletContainer.addErrorPages(ErrorPage... errorPages)
Adds error pages that will be used when handling exceptions.
|
void |
AbstractConfigurableEmbeddedServletContainer.addErrorPages(ErrorPage... errorPages) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableEmbeddedServletContainer.setErrorPages(Set<ErrorPage> errorPages)
Sets the error pages that will be used when handling exceptions.
|
void |
AbstractConfigurableEmbeddedServletContainer.setErrorPages(Set<ErrorPage> errorPages) |
Modifier and Type | Method and Description |
---|---|
void |
ErrorPageFilter.addErrorPages(ErrorPage... errorPages) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.