org.apache.cocoon.forms.datatype
Class JavaSelectionListBuilder

java.lang.Object
  extended byorg.apache.cocoon.forms.datatype.JavaSelectionListBuilder
All Implemented Interfaces:
BeanFactoryAware, SelectionListBuilder

public class JavaSelectionListBuilder
extends Object
implements SelectionListBuilder, BeanFactoryAware

Builds SelectionLists from a JavaSelectionList classes configured in Spring context

Version:
$Id: JavaSelectionListBuilder.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Field Summary
 
Fields inherited from interface org.apache.cocoon.forms.datatype.SelectionListBuilder
ROLE
 
Constructor Summary
JavaSelectionListBuilder()
           
 
Method Summary
 SelectionList build(Element selectionListElement, Datatype datatype)
           
 void setBeanFactory(BeanFactory beanFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaSelectionListBuilder

public JavaSelectionListBuilder()
Method Detail

setBeanFactory

public void setBeanFactory(BeanFactory beanFactory)
                    throws BeansException
Specified by:
setBeanFactory in interface BeanFactoryAware
Throws:
BeansException

build

public SelectionList build(Element selectionListElement,
                           Datatype datatype)
                    throws Exception
Specified by:
build in interface SelectionListBuilder
Throws:
Exception


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