org.apache.tapestry.form
Class MultipleFormSupportFactory
java.lang.Object
org.apache.tapestry.form.MultipleFormSupportFactory
- All Implemented Interfaces:
- FormSupportFactory
public class MultipleFormSupportFactory
- extends Object
- implements FormSupportFactory
Factory class for creating form support to be used with multiple forms.
- Since:
- 4.1.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleFormSupportFactory
public MultipleFormSupportFactory()
createFormSupport
public FormSupport createFormSupport(IMarkupWriter writer,
IRequestCycle cycle,
IForm form)
- Description copied from interface:
FormSupportFactory
- Invoked every time an
IForm
is rendering in order to obtain a
FormSupport
instance to support and manage the process.
- Specified by:
createFormSupport
in interface FormSupportFactory
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.