Uses of Interface
com.helger.web.scope.IRequestWebScopeWithoutResponse
-
Packages that use IRequestWebScopeWithoutResponse Package Description com.helger.web.scope com.helger.web.scope.impl com.helger.web.scope.multipart -
-
Uses of IRequestWebScopeWithoutResponse in com.helger.web.scope
Subinterfaces of IRequestWebScopeWithoutResponse in com.helger.web.scope Modifier and Type Interface Description interfaceIRequestWebScopeInterface for a single web request scope object that also offers access to the HTTP servlet response. -
Uses of IRequestWebScopeWithoutResponse in com.helger.web.scope.impl
Classes in com.helger.web.scope.impl that implement IRequestWebScopeWithoutResponse Modifier and Type Class Description classRequestWebScopeA request web scopes that does not parse multipart requests. -
Uses of IRequestWebScopeWithoutResponse in com.helger.web.scope.multipart
Classes in com.helger.web.scope.multipart that implement IRequestWebScopeWithoutResponse Modifier and Type Class Description classRequestWebScopeMultipartThe default request web scope that also tries to parse multi part requests if the Content-Type matches .
-