org.apache.metamodel.spring
Class ExcelDataContextFactoryBeanDelegate
java.lang.Object
org.apache.metamodel.spring.AbstractDataContextFactoryBeanDelegate
org.apache.metamodel.spring.ExcelDataContextFactoryBeanDelegate
- All Implemented Interfaces:
- DataContextFactoryBeanDelegate
public class ExcelDataContextFactoryBeanDelegate
- extends AbstractDataContextFactoryBeanDelegate
DataContextFactoryBeanDelegate for ExcelDataContext.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelDataContextFactoryBeanDelegate
public ExcelDataContextFactoryBeanDelegate()
createDataContext
public DataContext createDataContext(DataContextFactoryParameters params)
- Description copied from interface:
DataContextFactoryBeanDelegate
- Creates the particular
DataContext object.
- Parameters:
params - the DataContextFactoryBean with properties set as per
the spring configuration.
- Returns:
- a non-null
DataContext object, built with the properties
set on the DataContextFactoryBean
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.