net.sf.tacos.ajax.impl
Class ResponseDelegateFactoryImpl
java.lang.Object
net.sf.tacos.ajax.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,
WebRequest request)
- Creates an appropriate
ResponseBuilder
for the incoming
ajax request, if possible.
- Specified by:
getResponseBuilder
in interface ResponseDelegateFactory
- Parameters:
cycle
- request
-
- Returns:
- The configured response builder, or null if none could be found.
setResponseContributors
public void setResponseContributors(List responseContributors)
- Sets a configured list of
ResponseContributor
objects to be used
in processing ajax requests.