public final class DirectDataSourceConstants extends Object
DirectDataSource
facility.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_OPTIONAL
The default value of
KEY_OPTIONAL . |
static String |
KEY_BASE_PATH
The attribute key name of base path.
|
static String |
KEY_DATA_CLASS
The attribute key name of data class.
|
static String |
KEY_FILTER_CLASS
The attribute key name of filter class.
|
static String |
KEY_FORMAT_CLASS
The attribute key name of format class.
|
static String |
KEY_OPTIONAL
The attribute key name of whether the target input is optional.
|
static String |
KEY_RESOURCE_PATH
The attribute key name of resource path/pattern.
|
static String |
PREFIX_DELETE_PATTERN
The attribute key prefix of delete patterns.
|
public static final String KEY_BASE_PATH
public static final String KEY_RESOURCE_PATH
public static final String KEY_DATA_CLASS
public static final String KEY_FORMAT_CLASS
public static final String PREFIX_DELETE_PATTERN
public static final String KEY_FILTER_CLASS
public static final String KEY_OPTIONAL
"true"
, "false"
,
or null
(default value
).public static final String DEFAULT_OPTIONAL
KEY_OPTIONAL
.Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.