Package com.helger.web.scope
Interface IWebScope
-
- All Superinterfaces:
com.helger.datetime.domain.IHasCreationDateTime,com.helger.commons.id.IHasID<String>,com.helger.scope.IScope
- All Known Subinterfaces:
IGlobalWebScope,IRequestWebScope,IRequestWebScopeWithoutResponse,ISessionWebScope
- All Known Implementing Classes:
GlobalWebScope,RequestWebScope,RequestWebScopeMultipart,SessionWebScope
public interface IWebScope extends com.helger.scope.IScope, com.helger.datetime.domain.IHasCreationDateTimeBase interface for web scopes. This is only a marker interface and offers no additional logic.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalDateTimegetCreationDateTime()
-
-
-
Method Detail
-
getCreationDateTime
@Nonnull LocalDateTime getCreationDateTime()
- Specified by:
getCreationDateTimein interfacecom.helger.datetime.domain.IHasCreationDateTime- Returns:
- The date and time when this web scope was created. Never
null. - Since:
- 9.1.2
-
-