org.springframework.web.filter.RequestContextFilter, NebaRequestContextFilter.See: Description
| Class | Description |
|---|---|
| BackgroundServletRequestWrapper |
Wraps
background requests to
prevent exceptions when clients attempt to obtain an existing session, i.e. |
| NebaRequestContextFilter |
A modified
RequestContextFilter wrapping
sling background requests
using the BackgroundServletRequestWrapper to prevent
unsupported operation exceptions when
AbstractRequestAttributes.requestCompleted() attempts to access the
session, which is unsupported by
background requests. |
| RequestScopeConfigurator |
Registers
the RequestScope in the bean factory using the
standard scope name for request. |
| WebApplicationContextAdapter |
org.springframework.web.filter.RequestContextFilter, NebaRequestContextFilter.Copyright © 2024. All rights reserved.