Uses of Interface
com.helger.web.scope.IWebScope
-
Packages that use IWebScope Package Description com.helger.web.scope com.helger.web.scope.impl com.helger.web.scope.mgr com.helger.web.scope.multipart -
-
Uses of IWebScope in com.helger.web.scope
Subinterfaces of IWebScope in com.helger.web.scope Modifier and Type Interface Description interfaceIGlobalWebScopeInterface for a global web scope.interfaceIRequestWebScopeInterface for a single web request scope object that also offers access to the HTTP servlet response.interfaceIRequestWebScopeWithoutResponseInterface for a single web request scope object that does not offer access to the HTTP response.interfaceISessionWebScopeInterface for a single session scope object. -
Uses of IWebScope in com.helger.web.scope.impl
Classes in com.helger.web.scope.impl that implement IWebScope Modifier and Type Class Description classGlobalWebScopeImplementation of theIGlobalWebScopeinterface for web applications.classRequestWebScopeA request web scopes that does not parse multipart requests.classSessionWebScopeDefault implementation of theISessionWebScopeinterface. -
Uses of IWebScope in com.helger.web.scope.mgr
Methods in com.helger.web.scope.mgr that return IWebScope Modifier and Type Method Description IWebScopeEWebScope. getScope()IWebScopeEWebScope. getScope(boolean bCreateIfNotExisting)Get the current web scope object of this enum entry.static IWebScopeEWebScope. getScope(EWebScope eWebScope, boolean bCreateIfNotExisting)Resolve the currently matching web scope of the givenEWebScopevalue. -
Uses of IWebScope in com.helger.web.scope.multipart
Classes in com.helger.web.scope.multipart that implement IWebScope Modifier and Type Class Description classRequestWebScopeMultipartThe default request web scope that also tries to parse multi part requests if the Content-Type matches .
-