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 1304258 2012-03-23 10:09:27Z ilgrosso $

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-2010 The Apache Software Foundation. All Rights Reserved.