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 entered.void exitScope(ContextHandler.Context context, Request request)
context - The context being exitedrequest - A request that is applicable to the scope, or nullCopyright © 2010 - 2020 Adobe. All Rights Reserved