See: Description
Interface | Description |
---|---|
ErrorPageRegistrar |
Interface to be implemented by types that register
ErrorPages . |
ErrorPageRegistry |
Interface for a registry that holds
ErrorPages . |
ServletContextInitializer |
Interface used to configure a Servlet 3.0+
context
programmatically. |
Class | Description |
---|---|
DelegatingFilterProxyRegistrationBean |
A
ServletContextInitializer to register DelegatingFilterProxy s in a
Servlet 3.0+ container. |
ErrorPage |
Simple container-independent abstraction for servlet error pages.
|
ErrorPageRegistrarBeanPostProcessor |
BeanPostProcessor that applies all ErrorPageRegistrar s from the bean
factory to ErrorPageRegistry beans. |
FilterRegistrationBean |
A
ServletContextInitializer to register Filter s in a Servlet 3.0+
container. |
MultipartConfigFactory |
Factory that can be used to create a
MultipartConfigElement . |
RegistrationBean |
Base class for Servlet 3.0+ based registration beans.
|
ServletContextInitializerBeans |
A collection
ServletContextInitializer s obtained from a
ListableBeanFactory . |
ServletListenerRegistrationBean<T extends EventListener> |
A
ServletContextInitializer to register EventListener s in a Servlet
3.0+ container. |
ServletRegistrationBean |
A
ServletContextInitializer to register Servlet s in a Servlet 3.0+
container. |
Annotation Type | Description |
---|---|
ServletComponentScan |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.