Interface AsyncRequestService
-
- All Known Implementing Classes:
AsyncRequestServiceImpl
@UsesOrderedConfiguration(AsyncRequestHandler.class) public interface AsyncRequestService
Service that handles Tapestry's support for asynchronous Servlet API requests.- See Also:
AsyncRequestHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncRequestHandlerResponse
handle(HttpServletRequest request, HttpServletResponse response)
Returns an AsyncRequestHandlerResponse describing how to handle this request concering being async or not.
-
-
-
Method Detail
-
handle
AsyncRequestHandlerResponse handle(HttpServletRequest request, HttpServletResponse response)
Returns an AsyncRequestHandlerResponse describing how to handle this request concering being async or not.
-
-