public interface RequestFacade
HttpServletRequest
.Modifier and Type | Method and Description |
---|---|
io.vavr.control.Try<javax.servlet.http.HttpServletRequest> |
tryGetCurrentRequest()
Returns a
Try of the current HttpServletRequest . |
@Nonnull io.vavr.control.Try<javax.servlet.http.HttpServletRequest> tryGetCurrentRequest()
Try
of the current HttpServletRequest
.Try
of the current HttpServletRequest
.Copyright © 2019 SAP SE. All rights reserved.