Package com.helger.scope.mgr
Class Scoped
- java.lang.Object
-
- com.helger.scope.mgr.Scoped
-
- All Implemented Interfaces:
AutoCloseable
public class Scoped extends Object implements AutoCloseable
Auto closable wrapper aroundScopeManager.onRequestBegin( String, String)andScopeManager.onRequestEnd()- Since:
- 9.0.0
- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()IRequestScopegetRequestScope()
-
-
-
Method Detail
-
getRequestScope
@Nonnull public IRequestScope getRequestScope()
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-