限定符和类型 | 类和说明 |
---|---|
static class |
ContentConfigComponent.KeywordsConfig |
限定符和类型 | 字段和说明 |
---|---|
private CacheEntity<java.lang.Short,ContentConfigComponent.KeywordsConfig> |
cache |
static java.lang.String |
CONFIG_CODE
config code
|
static java.lang.String |
CONFIG_KEYWORDS
keywords
|
static java.lang.String |
CONFIG_MAX_COUNT
keywords
|
static java.lang.String |
CONFIG_NEWWINDOW
open in window
|
protected ConfigDataComponent |
configDataComponent |
static int |
DEFAULT_MAX_COUNT
keywords
|
CONFIG_CODE_DESCRIPTION_SUFFIX, CONFIGPREFIX, INPUT_TYPE_EDITORS, INPUT_TYPE_FILES, INPUT_TYPE_PRIVATE_FILES, INPUTTYPE_BOOLEAN, INPUTTYPE_CAPTCHA, INPUTTYPE_CATEGORY, INPUTTYPE_CATEGORY_PATH, INPUTTYPE_CATEGORYTYPE, INPUTTYPE_COLOR, INPUTTYPE_CONTENT, INPUTTYPE_CONTENT_STATUS, INPUTTYPE_DATE, INPUTTYPE_DATETIME, INPUTTYPE_DEPT, INPUTTYPE_DICTIONARY, INPUTTYPE_EMAIL, INPUTTYPE_FILE, INPUTTYPE_IMAGE, INPUTTYPE_KEYVALUE, INPUTTYPE_KEYWORDS, INPUTTYPE_LANG, INPUTTYPE_MODULE, INPUTTYPE_NUMBER, INPUTTYPE_PASSWORD, INPUTTYPE_PRIVATEFILE, INPUTTYPE_PRIVATEIMAGE, INPUTTYPE_PRIVATEVIDEO, INPUTTYPE_SURVEY, INPUTTYPE_TAG, INPUTTYPE_TAGTYPE, INPUTTYPE_TEMPLATE, INPUTTYPE_TEXT, INPUTTYPE_TEXTAREA, INPUTTYPE_TIME, INPUTTYPE_USER, INPUTTYPE_VIDEO, INPUTTYPE_VOTE
构造器和说明 |
---|
ContentConfigComponent() |
限定符和类型 | 方法和说明 |
---|---|
void |
clear() |
void |
clear(short siteId) |
boolean |
exportable() |
java.lang.String |
getCode(short siteId,
boolean showAll) |
java.lang.String |
getCodeDescription(java.util.Locale locale) |
java.util.List<SysExtendField> |
getExtendFieldList(SysSite site,
java.util.Locale locale) |
ContentConfigComponent.KeywordsConfig |
getKeywordsConfig(short siteId) |
void |
initCache(CacheEntityFactory cacheEntityFactory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCode, getMessage
public static final java.lang.String CONFIG_CODE
public static final java.lang.String CONFIG_KEYWORDS
public static final java.lang.String CONFIG_NEWWINDOW
public static final java.lang.String CONFIG_MAX_COUNT
public static final int DEFAULT_MAX_COUNT
private CacheEntity<java.lang.Short,ContentConfigComponent.KeywordsConfig> cache
protected ConfigDataComponent configDataComponent
public ContentConfigComponent.KeywordsConfig getKeywordsConfig(short siteId)
siteId
- public java.lang.String getCode(short siteId, boolean showAll)
public java.lang.String getCodeDescription(java.util.Locale locale)
getCodeDescription
在接口中 Config
locale
- public java.util.List<SysExtendField> getExtendFieldList(SysSite site, java.util.Locale locale)
getExtendFieldList
在接口中 Config
public void initCache(CacheEntityFactory cacheEntityFactory) throws java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException
cacheEntityFactory
- java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.ClassNotFoundException
public boolean exportable()
exportable
在接口中 Config