| Constructor and Description |
|---|
HttpServletRequestHolder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
bind(javax.servlet.http.HttpServletRequest request)
Associate the request with the current thread.
|
static javax.servlet.http.HttpServletRequest |
get() |
static void |
release()
Remove the request that is currently associated with the current thread.
|
public static void bind(javax.servlet.http.HttpServletRequest request)
public static void release()
public static javax.servlet.http.HttpServletRequest get()
Copyright © 2022. All rights reserved.