org.apache.tapestry.services.impl
Class ResponseDelegateFactoryImpl
java.lang.Object
org.apache.tapestry.services.impl.ResponseDelegateFactoryImpl
- All Implemented Interfaces:
- ResponseDelegateFactory
public class ResponseDelegateFactoryImpl
- extends Object
- implements ResponseDelegateFactory
Implementation of ResponseDelegateFactory
.
- Author:
- jkuhnert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_responseContributors
protected List _responseContributors
- Configured response contribution choosers.
ResponseDelegateFactoryImpl
public ResponseDelegateFactoryImpl()
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.