Uses of Interface
com.helger.web.scope.IRequestWebScope
-
Packages that use IRequestWebScope Package Description com.helger.web.scope.impl com.helger.web.scope.mgr com.helger.web.scope.multipart com.helger.web.scope.request com.helger.web.servlets.scope -
-
Uses of IRequestWebScope in com.helger.web.scope.impl
Classes in com.helger.web.scope.impl that implement IRequestWebScope Modifier and Type Class Description classRequestWebScopeA request web scopes that does not parse multipart requests. -
Uses of IRequestWebScope in com.helger.web.scope.mgr
Methods in com.helger.web.scope.mgr with type parameters of type IRequestWebScope Modifier and Type Method Description static <T extends IRequestWebScope>
TWebScopeManager. onRequestBegin(jakarta.servlet.http.HttpServletRequest aHttpRequest, jakarta.servlet.http.HttpServletResponse aHttpResponse, BiFunction<? super jakarta.servlet.http.HttpServletRequest,? super jakarta.servlet.http.HttpServletResponse,T> aFactory)Methods in com.helger.web.scope.mgr that return IRequestWebScope Modifier and Type Method Description IRequestWebScopeWebScoped. getRequestScope()static IRequestWebScopeWebScopeManager. getRequestScope()static IRequestWebScopeWebScopeManager. getRequestScopeOrNull()static IRequestWebScopeWebScopeManager. onRequestBegin(jakarta.servlet.http.HttpServletRequest aHttpRequest, jakarta.servlet.http.HttpServletResponse aHttpResponse)Methods in com.helger.web.scope.mgr with parameters of type IRequestWebScope Modifier and Type Method Description static ISessionWebScopeWebScopeManager. internalGetSessionScope(IRequestWebScope aRequestScope, boolean bCreateIfNotExisting, boolean bItsOkayToCreateANewSession)Get the session scope of the provided request scope. -
Uses of IRequestWebScope in com.helger.web.scope.multipart
Classes in com.helger.web.scope.multipart that implement IRequestWebScope Modifier and Type Class Description classRequestWebScopeMultipartThe default request web scope that also tries to parse multi part requests if the Content-Type matches . -
Uses of IRequestWebScope in com.helger.web.scope.request
Methods in com.helger.web.scope.request that return IRequestWebScope Modifier and Type Method Description IRequestWebScopeRequestScopeInitializer. getRequestScope()Method parameters in com.helger.web.scope.request with type arguments of type IRequestWebScope Modifier and Type Method Description static RequestScopeInitializerRequestScopeInitializer. create(jakarta.servlet.http.HttpServletRequest aHttpRequest, jakarta.servlet.http.HttpServletResponse aHttpResponse, BiFunction<? super jakarta.servlet.http.HttpServletRequest,? super jakarta.servlet.http.HttpServletResponse,IRequestWebScope> aFactory) -
Uses of IRequestWebScope in com.helger.web.servlets.scope
Methods in com.helger.web.servlets.scope with parameters of type IRequestWebScope Modifier and Type Method Description protected abstract com.helger.commons.state.EContinueAbstractScopeAwareFilter. doHttpFilter(jakarta.servlet.http.HttpServletRequest aHttpRequest, jakarta.servlet.http.HttpServletResponse aHttpResponse, IRequestWebScope aRequestScope)Implement this main filtering method in subclasses.
-