org.apache.cocoon.woody
Interface FormManager

All Known Implementing Classes:
DefaultFormManager

public interface FormManager

Work interface for the component that can create Forms.

Version:
$Id: FormManager.java 433543 2006-08-22 06:22:54Z crossley $

Field Summary
static String ROLE
           
 
Method Summary
 Form createForm(Source source)
           
 

Field Detail

ROLE

public static final String ROLE
Method Detail

createForm

public Form createForm(Source source)
                throws Exception
Throws:
Exception


Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.