Class FormSupportImpl

java.lang.Object
org.apache.tapestry5.corelib.internal.FormSupportImpl
All Implemented Interfaces:
ClientElement, Locatable, InternalFormSupport, FormSupport

public class FormSupportImpl extends Object implements InternalFormSupport, Locatable
Provides support to components enclosed by a form when the form is rendering (allowing the components to registry form submit callback commands), and also during form submission time. TODO: Most methods should only be invokable depending on whether the form is rendering or processing a submission.