Package com.helger.web.scope.mgr
Class WebScoped
- java.lang.Object
-
- com.helger.web.scope.mgr.WebScoped
-
- All Implemented Interfaces:
AutoCloseable
public class WebScoped extends Object implements AutoCloseable
Auto closable wrapper aroundWebScopeManager.onRequestBegin( HttpServletRequest, HttpServletResponse)andWebScopeManager.onRequestEnd()- Since:
- 9.0.0
- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()IRequestWebScopegetRequestScope()
-
-
-
Method Detail
-
getRequestScope
@Nonnull public IRequestWebScope getRequestScope()
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-