|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorPage | |
|---|---|
| org.springframework.boot.context.embedded | Support for embedded servlet containers. |
| Uses of ErrorPage in org.springframework.boot.context.embedded |
|---|
| Methods in org.springframework.boot.context.embedded that return types with arguments of type ErrorPage | |
|---|---|
Set<ErrorPage> |
AbstractEmbeddedServletContainerFactory.getErrorPages()
Returns a mutable set of ErrorPages that will be used when handling
exceptions. |
| Methods in org.springframework.boot.context.embedded with parameters of type ErrorPage | |
|---|---|
void |
AbstractEmbeddedServletContainerFactory.addErrorPages(ErrorPage... errorPages)
|
void |
ConfigurableEmbeddedServletContainerFactory.addErrorPages(ErrorPage... errorPages)
Adds error pages that will be used when handling exceptions. |
| Method parameters in org.springframework.boot.context.embedded with type arguments of type ErrorPage | |
|---|---|
void |
AbstractEmbeddedServletContainerFactory.setErrorPages(Set<ErrorPage> errorPages)
|
void |
ConfigurableEmbeddedServletContainerFactory.setErrorPages(Set<ErrorPage> errorPages)
Sets the error pages that will be used when handling exceptions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||