public class ServiceThreadLocalRequest
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static javax.servlet.http.HttpServletRequest |
getRequest()
Request scope associated with this thread of execution.
|
static void |
setRequest(javax.servlet.http.HttpServletRequest threadLocalRequest)
Should not be called directly by the application.
|
public static javax.servlet.http.HttpServletRequest getRequest()
public static void setRequest(javax.servlet.http.HttpServletRequest threadLocalRequest)
threadLocalRequest
- Copyright © Grand Logic, Inc. All Rights Reserved.