Uses of Interface
com.helger.web.scope.IGlobalWebScope
-
Packages that use IGlobalWebScope Package Description com.helger.web.scope.impl com.helger.web.scope.mgr -
-
Uses of IGlobalWebScope in com.helger.web.scope.impl
Classes in com.helger.web.scope.impl that implement IGlobalWebScope Modifier and Type Class Description classGlobalWebScopeImplementation of theIGlobalWebScopeinterface for web applications. -
Uses of IGlobalWebScope in com.helger.web.scope.mgr
Methods in com.helger.web.scope.mgr that return IGlobalWebScope Modifier and Type Method Description static IGlobalWebScopeWebScopeManager. getGlobalScope()static IGlobalWebScopeWebScopeManager. getGlobalScopeOrNull()static IGlobalWebScopeWebScopeManager. onGlobalBegin(jakarta.servlet.ServletContext aServletContext)To be called, when the global web scope is initialized.static IGlobalWebScopeWebScopeManager. onGlobalBegin(jakarta.servlet.ServletContext aServletContext, Function<? super jakarta.servlet.ServletContext,? extends IGlobalWebScope> aFactory)Method parameters in com.helger.web.scope.mgr with type arguments of type IGlobalWebScope Modifier and Type Method Description static IGlobalWebScopeWebScopeManager. onGlobalBegin(jakarta.servlet.ServletContext aServletContext, Function<? super jakarta.servlet.ServletContext,? extends IGlobalWebScope> aFactory)
-