org.riotfamily.riot.form.options
Class RiotDaoOptionsModelFactory

java.lang.Object
  extended by org.riotfamily.riot.form.options.RiotDaoOptionsModelFactory
All Implemented Interfaces:
OptionsModelFactory

public class RiotDaoOptionsModelFactory
extends Object
implements OptionsModelFactory

Since:
6.5
Author:
Felix Gnass [fgnass at neteye dot de]

Constructor Summary
RiotDaoOptionsModelFactory()
           
 
Method Summary
 OptionsModel createOptionsModel(Object model, Element element)
           
 boolean supports(Object model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiotDaoOptionsModelFactory

public RiotDaoOptionsModelFactory()
Method Detail

supports

public boolean supports(Object model)
Specified by:
supports in interface OptionsModelFactory

createOptionsModel

public OptionsModel createOptionsModel(Object model,
                                       Element element)
Specified by:
createOptionsModel in interface OptionsModelFactory