Class AjaxFormUpdateControllerImpl
- java.lang.Object
 - 
- org.apache.tapestry5.internal.services.ajax.AjaxFormUpdateControllerImpl
 
 
- 
- All Implemented Interfaces:
 AjaxFormUpdateController
@Scope("perthread") public class AjaxFormUpdateControllerImpl extends Object implements AjaxFormUpdateController
 
- 
- 
Constructor Summary
Constructors Constructor Description AjaxFormUpdateControllerImpl(ComponentSource componentSource, HiddenFieldLocationRules rules, Environment environment, Heartbeat heartbeat, ClientDataEncoder clientDataEncoder, org.slf4j.Logger logger) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanupAfterPartialZoneRender()Ends the heartbeat, executes deferred Form actions, and cleans up the environmentals.voidinitializeForForm(String formComponentId, String formClientId)voidsetupBeforePartialZoneRender(MarkupWriter writer)Called before starting to render a zone's content; initializes theFormSupportandValidationTrackerenvironmentals and starts a heartbeat. 
 - 
 
- 
- 
Constructor Detail
- 
AjaxFormUpdateControllerImpl
public AjaxFormUpdateControllerImpl(ComponentSource componentSource, HiddenFieldLocationRules rules, Environment environment, Heartbeat heartbeat, ClientDataEncoder clientDataEncoder, org.slf4j.Logger logger)
 
 - 
 
- 
Method Detail
- 
initializeForForm
public void initializeForForm(String formComponentId, String formClientId)
- Specified by:
 initializeForFormin interfaceAjaxFormUpdateController
 
- 
setupBeforePartialZoneRender
public void setupBeforePartialZoneRender(MarkupWriter writer)
Description copied from interface:AjaxFormUpdateControllerCalled before starting to render a zone's content; initializes theFormSupportandValidationTrackerenvironmentals and starts a heartbeat.- Specified by:
 setupBeforePartialZoneRenderin interfaceAjaxFormUpdateController
 
- 
cleanupAfterPartialZoneRender
public void cleanupAfterPartialZoneRender()
Description copied from interface:AjaxFormUpdateControllerEnds the heartbeat, executes deferred Form actions, and cleans up the environmentals.- Specified by:
 cleanupAfterPartialZoneRenderin interfaceAjaxFormUpdateController
 
 - 
 
 -