public abstract class AbstractDataContextFactoryBeanDelegate extends Object implements DataContextFactoryBeanDelegate
DataContextFactoryBeanDelegate
implementations.| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
AbstractDataContextFactoryBeanDelegate() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
getBoolean(String value,
boolean ifNull) |
protected char |
getChar(String value,
char ifNull) |
protected int |
getInt(String value,
int ifNull) |
protected Resource |
getResource(DataContextFactoryParameters params) |
protected String |
getString(String value,
String ifNull) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDataContextpublic AbstractDataContextFactoryBeanDelegate()
protected Resource getResource(DataContextFactoryParameters params)
protected int getInt(String value, int ifNull)
protected char getChar(String value, char ifNull)
protected boolean getBoolean(String value, boolean ifNull)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.