@IsSPIInterface public interface IRequestScopeSPI
| Modifier and Type | Method and Description |
|---|---|
void |
onRequestScopeBegin(IRequestScope aRequestScope)
Called after the request scope was started
|
void |
onRequestScopeEnd(IRequestScope aRequestScope)
Called before the request scope is shut down
|
void onRequestScopeBegin(@Nonnull IRequestScope aRequestScope)
aRequestScope - The request scope object to be used. Never null.void onRequestScopeEnd(@Nonnull IRequestScope aRequestScope)
aRequestScope - The request scope object to be used. Never null.Copyright © 2014–2015 Philip Helger. All rights reserved.