org.apache.tapestry.services
Interface ResponseDelegateFactory

All Known Implementing Classes:
ResponseDelegateFactoryImpl

public interface ResponseDelegateFactory

Service used by DirectService to determine type of ajax request receive and determine the appropriate ResponseBuilder to handle the response.

Author:
jkuhnert

Method Summary
 ResponseBuilder getResponseBuilder(IRequestCycle cycle)
          Creates an appropriate ResponseBuilder for the incoming ajax request, if possible.
 

Method Detail

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-2008 Apache Software Foundation. All Rights Reserved.