See: Description
Interface | Description |
---|---|
RedirectAttributes |
A specialization of the
Model interface that controllers can use to
select attributes for a redirect scenario. |
Class | Description |
---|---|
AbstractControllerUrlHandlerMapping |
Base class for
HandlerMapping implementations
that derive URL paths according to conventions for specific controller types. |
ControllerBeanNameHandlerMapping |
Implementation of
HandlerMapping that
follows a simple convention for generating URL path mappings from the bean names
of registered Controller beans
as well as @Controller annotated beans. |
ControllerClassNameHandlerMapping |
Implementation of
HandlerMapping that
follows a simple convention for generating URL path mappings from the class names
of registered Controller beans
as well as @Controller annotated beans. |
DefaultHandlerExceptionResolver |
Default implementation of the
HandlerExceptionResolver interface that resolves standard Spring exceptions and translates
them to corresponding HTTP status codes. |
RedirectAttributesModelMap |