Package org.apache.tapestry5.corelib.internal
[INTERNAL USE ONLY] support classes for the Tapestry-core module; API subject to change
core components.
-
Interface Summary Interface Description AjaxFormLoopContext Interface that allows an enclosingAjaxFormLoop
to work with enclosed components such asAddRowLink
orRemoveRowLink
.InternalFormSupport Additional methods forFormSupport
used internally by Tapestry. -
Class Summary Class Description ComponentActionSink Used to collection component actions, with the ultimate goal being the creation of a MIME-encoded string of the serialization of those actions.FormSupportAdapter An implementation ofFormSupport
that delegates all behavior to another instance of FormSupport.FormSupportImpl 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.HiddenFieldPositioner Used to position a hidden field (as part of a form-related component).