org.apache.tapestry.services.impl
Class ResponseDelegateFactoryImpl

java.lang.Object
  extended by org.apache.tapestry.services.impl.ResponseDelegateFactoryImpl
All Implemented Interfaces:
ResponseDelegateFactory

public class ResponseDelegateFactoryImpl
extends Object
implements ResponseDelegateFactory

Implementation of ResponseDelegateFactory.

Author:
jkuhnert

Field Summary
protected  List _responseContributors
          Configured response contribution choosers.
 
Constructor Summary
ResponseDelegateFactoryImpl()
           
 
Method Summary
 ResponseBuilder getResponseBuilder(IRequestCycle cycle)
          Creates an appropriate ResponseBuilder for the incoming ajax request, if possible.
 void setResponseContributors(List responseContributors)
          Sets a configured list of ResponseContributor objects to be used in processing ajax requests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_responseContributors

protected List _responseContributors
Configured response contribution choosers.

Constructor Detail

ResponseDelegateFactoryImpl

public ResponseDelegateFactoryImpl()
Method Detail

getResponseBuilder

public ResponseBuilder getResponseBuilder(IRequestCycle cycle)
                                   throws IOException
Creates an appropriate ResponseBuilder for the incoming ajax request, if possible.

Specified by:
getResponseBuilder in interface ResponseDelegateFactory
Parameters:
cycle - The request cycle for this request.
Returns:
The configured response builder.
Throws:
IOException

setResponseContributors

public void setResponseContributors(List responseContributors)
Sets a configured list of ResponseContributor objects to be used in processing ajax requests.

Parameters:
responseContributors -


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.