Package com.helger.web.scope
Interface IGlobalWebScope
-
- All Superinterfaces:
com.helger.scope.IGlobalScope,com.helger.datetime.domain.IHasCreationDateTime,com.helger.commons.id.IHasID<String>,com.helger.scope.IScope,IWebScope
- All Known Implementing Classes:
GlobalWebScope
public interface IGlobalWebScope extends com.helger.scope.IGlobalScope, IWebScope
Interface for a global web scope.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description jakarta.servlet.ServletContextgetServletContext()-
Methods inherited from interface com.helger.datetime.domain.IHasCreationDateTime
getCreationDate, getCreationTime, hasCreationDateTime, isCreatedAt
-
Methods inherited from interface com.helger.scope.IScope
attrs, destroyScope, getAllScopeRenewalAwareAttributes, getID, initScope, isDestroyed, isInDestruction, isValid, runAtomic, runAtomic
-
Methods inherited from interface com.helger.web.scope.IWebScope
getCreationDateTime
-
-
-
-
Method Detail
-
getServletContext
@Nonnull jakarta.servlet.ServletContext getServletContext()
- Returns:
- The underlying servlet context. Never
null.
-
-