类 ContentConfigComponent.KeywordsConfig
java.lang.Object
com.publiccms.logic.component.config.ContentConfigComponent.KeywordsConfig
- 所有已实现的接口:
Serializable
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
getMax()
String[]
String[]
String[]
getWords()
String[]
void
setMax
(int max) void
setReplaceWords
(String[] replaceWords) void
setSensitiveWords
(String[] sensitiveWords) void
void
setWordWithUrls
(String[] wordWithUrls)
-
字段详细资料
-
构造器详细资料
-
KeywordsConfig
public KeywordsConfig()
-
-
方法详细资料
-
getMax
public int getMax()- 返回:
- the max
-
setMax
public void setMax(int max) - 参数:
max
- the max to set
-
getWords
- 返回:
- the words
-
setWords
- 参数:
words
- the words to set
-
getSensitiveWords
- 返回:
- the sensitiveWords
-
setSensitiveWords
- 参数:
sensitiveWords
- the sensitiveWords to set
-
getReplaceWords
- 返回:
- the replaceWords
-
setReplaceWords
- 参数:
replaceWords
- the replaceWords to set
-
getWordWithUrls
- 返回:
- the wordWithUrls
-
setWordWithUrls
- 参数:
wordWithUrls
- the wordWithUrls to set
-