MvcServlet dispatches requests to bundle-specific
dispatcher servlets.See: Description
| Class | Description |
|---|---|
| MultipartSlingHttpServletRequest |
Translates sling's build-in support of multipart file posts
to Spring's
MultipartRequest. |
| MvcContext |
Configures a bundle-specific
ApplicationContext with the Spring MVC infrastructure beans usually
provided to web application contexts by the
DispatcherServlet. |
| MvcServlet |
Dispatches controller requests to the bundle-specific
mvc contexts. |
| NebaViewResolver |
Supports "redirect:" and "forward:"
View resolution from view name. |
| RequestPathInfoArgumentResolver |
Supports
RequestPathInfo arguments of a RequestMapping. |
| ResourceParamArgumentResolver |
Supports
ResourceModel arguments of a
RequestMapping. |
| ResourceResolverArgumentResolver |
Supports
ResourceResolver arguments of a RequestMapping. |
| SlingMultipartFile |
Uses the
SlingHttpServletRequest RequestParameter API
to provide a MultipartFile. |
| SlingMultipartResolver | |
| SlingMvcServletRequest |
Provides the actual path of the MVC servlet through
SlingMvcServletRequest.getServletPath() to enable
spring to determine the controller path of the request without having to use a custom
UrlPathHelper. |
| SlingRedirectView |
Does not
encode
the target URL: Sling is RESTful, i.e. |
| Exception | Description |
|---|---|
| MissingAdapterException | |
| UnresolvableResourceException |
MvcServlet dispatches requests to bundle-specific
dispatcher servlets.Copyright © 2014–2015. All rights reserved.