public interface HttpService
HttpServletRequest and HttpServletResponse.| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.HttpServletRequest |
getCurrentRequest()
Returns the current HTTP servlet request, or
null if there is no active request. |
javax.servlet.http.HttpServletResponse |
getCurrentResponse()
Returns the current HTTP servlet response, or
null if there is no active response. |
javax.servlet.http.HttpServletRequest getCurrentRequest()
null if there is no active request.javax.servlet.http.HttpServletResponse getCurrentResponse()
null if there is no active response.Copyright © 2015. All rights reserved.