public static interface ContextHandler.ContextScopeListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
enterScope(ContextHandler.Context context,
Request request,
Object reason) |
void |
exitScope(ContextHandler.Context context,
Request request) |
void enterScope(ContextHandler.Context context, Request request, Object reason)
context - The context being enteredrequest - A request that is applicable to the scope, or nullreason - An object that indicates the reason the scope is being enteredvoid exitScope(ContextHandler.Context context, Request request)
context - The context being exitedrequest - A request that is applicable to the scope, or nullCopyright © 1995–2017 Webtide. All rights reserved.