Class SubmitNotifier
java.lang.Object
org.apache.tapestry5.corelib.components.SubmitNotifier
A non visual component used to provide notifications to its container during a form submission. Records actions into
the form on
BeginRender
and AfterRender
that (during the form submission) triggers "BeginSubmit" and "AfterSubmit" events. The container can receive these
events to perform setup before a group of components process their submission, and perform cleanup afterwards.Name | Description |
---|---|
AfterSubmit | |
BeginSubmit |
-
Field Details
-
BEGIN_SUBMIT_EVENT
- See Also:
-
AFTER_SUBMIT_EVENT
- See Also:
-
-
Constructor Details
-
SubmitNotifier
public SubmitNotifier()
-