Interface AsyncRequestService
- All Known Implementing Classes:
AsyncRequestServiceImpl
Service that handles Tapestry's support for asynchronous Servlet API requests.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionhandle
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Returns an AsyncRequestHandlerResponse describing how to handle this request concering being async or not.
-
Method Details
-
handle
AsyncRequestHandlerResponse handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Returns an AsyncRequestHandlerResponse describing how to handle this request concering being async or not.
-