org.apache.tapestry.services
Interface ResponseDelegateFactory
- All Known Implementing Classes:
- ResponseDelegateFactoryImpl
public interface ResponseDelegateFactory
Service used by AjaxDirectService to determine type of ajax request
receive and determine the appropriate ResponseBuilder to handle
the response.
- Author:
- jkuhnert
getResponseBuilder
ResponseBuilder getResponseBuilder(IRequestCycle cycle)
throws IOException
- Creates an appropriate
ResponseBuilder for the incoming
ajax request, if possible.
- Parameters:
cycle - The request cycle for this request.
- Returns:
- The configured response builder.
- Throws:
IOException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.