public interface RequestContextListener
RequestContext
. RequestContextListener
s are usually
invoked by a RequestContextServletFilter
or RequestContextExecutor
.Modifier and Type | Interface and Description |
---|---|
static class |
RequestContextListener.DefaultPriorities |
Modifier and Type | Method and Description |
---|---|
int |
getPriority()
Returns the priority that defines the order in which listeners are invoked.
|
void |
requestContextDestroyed(RequestContext requestContext)
Invoked when destroying a
RequestContext . |
void |
requestContextInitialized(RequestContext requestContext)
Invoked when initializing a
RequestContext . |
int getPriority()
void requestContextInitialized(@Nonnull RequestContext requestContext)
RequestContext
.void requestContextDestroyed(@Nonnull RequestContext requestContext)
RequestContext
.Copyright © 2019 SAP SE. All rights reserved.