类 ContentConfigComponent.KeywordsConfig

java.lang.Object
com.publiccms.logic.component.config.ContentConfigComponent.KeywordsConfig
所有已实现的接口:
Serializable
封闭类:
ContentConfigComponent

public static class ContentConfigComponent.KeywordsConfig extends Object implements Serializable
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • max

      int max
    • words

      String[] words
    • wordWithUrls

      String[] wordWithUrls
    • sensitiveWords

      String[] sensitiveWords
    • replaceWords

      String[] replaceWords
  • 构造器详细资料

    • KeywordsConfig

      public KeywordsConfig()
  • 方法详细资料

    • getMax

      public int getMax()
      返回:
      the max
    • setMax

      public void setMax(int max)
      参数:
      max - the max to set
    • getWords

      public String[] getWords()
      返回:
      the words
    • setWords

      public void setWords(String[] words)
      参数:
      words - the words to set
    • getSensitiveWords

      public String[] getSensitiveWords()
      返回:
      the sensitiveWords
    • setSensitiveWords

      public void setSensitiveWords(String[] sensitiveWords)
      参数:
      sensitiveWords - the sensitiveWords to set
    • getReplaceWords

      public String[] getReplaceWords()
      返回:
      the replaceWords
    • setReplaceWords

      public void setReplaceWords(String[] replaceWords)
      参数:
      replaceWords - the replaceWords to set
    • getWordWithUrls

      public String[] getWordWithUrls()
      返回:
      the wordWithUrls
    • setWordWithUrls

      public void setWordWithUrls(String[] wordWithUrls)
      参数:
      wordWithUrls - the wordWithUrls to set