MvcServlet dispatches requests to bundle-specific
org.springframework.web.servlet.DispatcherServlet dispatcher servlets.See: Description
| Class | Description |
|---|---|
| BundleSpecificDispatcherServlet |
Initializes the Spring MVC infrastructure, if required, and adds NEBA-specific customizations.
Since this servlet is initialized for individual bundles in a single, global servlet container the lifecycle methods of this servlet, e.g. |
| MultipartSlingHttpServletRequest |
Translates sling's build-in support of multipart file posts
to Spring's
MultipartRequest. |
| MvcServlet |
Dispatches controller requests to the bundle-specific
dispatcher servlet. |
| NebaViewResolver |
Supports "redirect:" and "forward:" views and falls back to a
SlingServletView for a provided 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. |
| SlingServletView |
Resolves a resource path to a
Servlet representing a org.apache.sling.api.scripting.SlingScript
and invokes the script to render the view. |
| Exception | Description |
|---|---|
| MissingAdapterException | |
| UnresolvableResourceException |
MvcServlet dispatches requests to bundle-specific
org.springframework.web.servlet.DispatcherServlet dispatcher servlets.Copyright © 2024. All rights reserved.