org.apache.tapestry.form
Interface FormSupportFactory
- All Known Implementing Classes:
- FormSupportFactoryImpl, GoFormSupportFactory, MultipleFormSupportFactory
public interface FormSupportFactory
Interface for factories that can generate FormSupport
objects.
- Since:
- 4.1.1
createFormSupport
FormSupport createFormSupport(IMarkupWriter writer,
IRequestCycle cycle,
IForm form)
- Invoked every time an
IForm
is rendering in order to obtain a
FormSupport
instance to support and manage the process.
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.