org.apache.wicket.ajax.calldecorator
Interface IAjaxCallDecoratorDelegate

All Known Implementing Classes:
AjaxCallThrottlingDecorator, AjaxPostprocessingCallDecorator, AjaxPreprocessingCallDecorator, CancelEventIfNoAjaxDecorator

public interface IAjaxCallDecoratorDelegate

An interface that indicates that IAjaxCallDecorator delegates to another one.

Since:
1.5

Method Summary
 IAjaxCallDecorator getDelegate()
           
 

Method Detail

getDelegate

IAjaxCallDecorator getDelegate()
Returns:
the delegate


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