java.util.EventListenerpublic static interface ContextHandler.ContextScopeListener
extends java.util.EventListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
enterScope(ContextHandler.Context context,
Request request,
java.lang.Object reason) |
|
void |
exitScope(ContextHandler.Context context,
Request request) |
void enterScope(ContextHandler.Context context, Request request, java.lang.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 entered.void exitScope(ContextHandler.Context context, Request request)
context - The context being exitedrequest - A request that is applicable to the scope, or nullCopyright © 1995–2018 Webtide. All rights reserved.