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.html 1304280 2012-03-23 11:18:01Z ilgrosso $

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

Field Detail

ROLE

public static final String ROLE
Method Detail

build

public TreeModelDefinition build(Element treeModelElement)
                          throws Exception
Throws:
Exception


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