org.apache.tapestry.wml
Class GoFormSupportFactory

java.lang.Object
  extended by org.apache.tapestry.wml.GoFormSupportFactory
All Implemented Interfaces:
FormSupportFactory

public class GoFormSupportFactory
extends Object
implements FormSupportFactory

Implementation of FormSupportFactory that generates GoFormSupportImpl instances, suitable for WML content.

Since:
4.1.1

Constructor Summary
GoFormSupportFactory()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoFormSupportFactory

public GoFormSupportFactory()
Method Detail

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.