public class ServiceThreadLocalResponse
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static javax.servlet.http.HttpServletResponse |
getResponse()
HTTP Response associated with this thread of execution.
|
static void |
setResponse(javax.servlet.http.HttpServletResponse threadLocalResponse)
Should not be called directly by the application.
|
public static javax.servlet.http.HttpServletResponse getResponse()
public static void setResponse(javax.servlet.http.HttpServletResponse threadLocalResponse)
threadLocalResponse
- Copyright © Grand Logic, Inc. All Rights Reserved.