org.apache.cocoon.forms.formmodel.tree.builder
Interface TreeModelDefinitionBuilder

All Known Implementing Classes:
JavaTreeModelDefinitionBuilder, SourceTreeModelDefinitionBuilder

public interface TreeModelDefinitionBuilder

Builds TreeModels from an XML description.

Version:
$Id: TreeModelDefinitionBuilder.java 479296 2006-11-26 06:28:51Z antonio $

Field Summary
static String ROLE
           
 
Method Summary
 TreeModelDefinition build(Element treeModelElement)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

build

TreeModelDefinition build(Element treeModelElement)
                          throws Exception
Throws:
Exception


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.