Interface | Description |
---|---|
RequestContext |
This class represents the context of a request.
|
RequestContextFacade | |
RequestContextFactory | |
RequestContextListener |
Enables listening to lifecycle events of a
RequestContext . |
Class | Description |
---|---|
DefaultRequestContext |
This class represents the context of a request that can be accessed from within other threads outside the thread of
the incoming servlet request..
|
DefaultRequestContextFactory | |
Executable | |
LocaleAccessor | |
LocaleFacade | |
RequestContextAccessor | |
RequestContextExecutor |
Executes a
Callable within a RequestContext . |
RequestContextServletFilter |
Servlet filter that initializes
RequestContext . |
ThreadLocalRequestContextFacade |
Implementation of
RequestContextFacade that internally uses InheritableThreadLocal to provide access
to the respective RequestContext . |
Copyright © 2017 SAP SE. All rights reserved.