org.apache.cocoon.forms.formmodel.tree
Class JavaTreeModelDefinition
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.forms.formmodel.tree.JavaTreeModelDefinition
- All Implemented Interfaces:
- Contextualizable, LogEnabled, Serviceable, TreeModelDefinition
- public class JavaTreeModelDefinition
- extends AbstractLogEnabled
- implements TreeModelDefinition, Contextualizable, Serviceable
A TreeModelDefinition based on an Java class
implementing TreeModel.
- Version:
- $Id: JavaTreeModelDefinition.java 449149 2006-09-23 03:58:05Z crossley $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaTreeModelDefinition
public JavaTreeModelDefinition()
contextualize
public void contextualize(Context context)
throws ContextException
- Specified by:
contextualize in interface Contextualizable
- Throws:
ContextException
service
public void service(ServiceManager manager)
throws ServiceException
- Specified by:
service in interface Serviceable
- Throws:
ServiceException
setModelClass
public void setModelClass(Class clazz)
createInstance
public TreeModel createInstance()
- Specified by:
createInstance in interface TreeModelDefinition
Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.