| Package | Description |
|---|---|
| io.neba.core.mvc |
Contains the integration of Spring MVC into Sling.
Most importantly, the MvcServlet dispatches requests to bundle-specific
dispatcher servlets. |
| Class and Description |
|---|
| MvcContext
Configures a bundle-specific
ApplicationContext with the Spring MVC infrastructure beans usually
provided to web application contexts by the
DispatcherServlet. |
| 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. |
Copyright © 2014–2015. All rights reserved.