public abstract class AbstractRequestContextFacade extends Object implements RequestContextFacade
Constructor and Description |
---|
AbstractRequestContextFacade() |
Modifier and Type | Method and Description |
---|---|
Optional<javax.servlet.http.HttpServletRequest> |
getCurrentRequest() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCurrentRequestContext, removeCurrentContext, setCurrentContext
@Nonnull public Optional<javax.servlet.http.HttpServletRequest> getCurrentRequest()
getCurrentRequest
in interface RequestContextFacade
HttpServletRequest
of the current request, if present.Copyright © 2018 SAP SE. All rights reserved.