org.apache.myfaces.custom.ajax.api
Interface DeprecatedAjaxComponent
- All Superinterfaces:
- AjaxComponent
- All Known Implementing Classes:
- AbstractHtmlCommandButtonAjax, AbstractHtmlInputTextAjax, AbstractHtmlSelectBooleanCheckboxAjax, AbstractHtmlSelectManyCheckboxAjax, AbstractHtmlSelectOneRadioAjax
Deprecated.
public interface DeprecatedAjaxComponent
- extends AjaxComponent
Before the creation of the ppr-architecture, there was a similar effort done - this is deprecated now
and should be refactored to use the new architecture.
Rule of thumb: only use AjaxComponent if you want to render something different on a partial request
if rendering stays the same, use the normal component architecture.
- Version:
- $Revision: $ $Date: $
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.