public class VaadinHttpService extends Object implements HttpService
HttpService.| Constructor and Description |
|---|
VaadinHttpService() |
| 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. |
public javax.servlet.http.HttpServletRequest getCurrentRequest()
HttpServicenull if there is no active request.getCurrentRequest in interface HttpServicepublic javax.servlet.http.HttpServletResponse getCurrentResponse()
HttpServicenull if there is no active response.getCurrentResponse in interface HttpServiceCopyright © 2017. All rights reserved.