- word() - 类 中的静态方法com.github.houbb.sensitive.word.support.check.WordChecks
-
- word() - 类 中的静态方法com.github.houbb.sensitive.word.support.result.WordResultHandlers
-
只保留单词
- wordAllow(IWordAllow) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
设置允许的实现
- wordAllowDenyCombine(IWordAllowDenyCombine) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
- WordAllowDenyCombine - com.github.houbb.sensitive.word.support.combine.allowdeny中的类
-
- WordAllowDenyCombine() - 类 的构造器com.github.houbb.sensitive.word.support.combine.allowdeny.WordAllowDenyCombine
-
- WordAllowDenyCombines - com.github.houbb.sensitive.word.support.combine.allowdeny中的类
-
- WordAllowEmpty - com.github.houbb.sensitive.word.support.allow中的类
-
空列表
- WordAllowEmpty() - 类 的构造器com.github.houbb.sensitive.word.support.allow.WordAllowEmpty
-
- WordAllowInit - com.github.houbb.sensitive.word.support.allow中的类
-
初始化类
- WordAllowInit() - 类 的构造器com.github.houbb.sensitive.word.support.allow.WordAllowInit
-
- wordAllowLen() - 类 中的方法com.github.houbb.sensitive.word.support.result.WordLengthResult
-
- wordAllowLen(int) - 类 中的方法com.github.houbb.sensitive.word.support.result.WordLengthResult
-
- WordAllows - com.github.houbb.sensitive.word.support.allow中的类
-
所有允许的结果
- WordAllowSystem - com.github.houbb.sensitive.word.support.allow中的类
-
系统默认的信息
- WordAllowSystem() - 类 的构造器com.github.houbb.sensitive.word.support.allow.WordAllowSystem
-
- wordCheckCombine(IWordCheckCombine) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
- WordCheckCombine - com.github.houbb.sensitive.word.support.combine.check中的类
-
- WordCheckCombine() - 类 的构造器com.github.houbb.sensitive.word.support.combine.check.WordCheckCombine
-
- WordCheckCombines - com.github.houbb.sensitive.word.support.combine.check中的类
-
- wordCheckEmail() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
- wordCheckEmail(IWordCheck) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
- wordCheckEmail(IWordCheck) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
- wordCheckEmail() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- wordCheckEmail(IWordCheck) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- WordCheckEmail - com.github.houbb.sensitive.word.support.check中的类
-
email 正则表达式检测实现。
- WordCheckEmail() - 类 的构造器com.github.houbb.sensitive.word.support.check.WordCheckEmail
-
- WordCheckInit - com.github.houbb.sensitive.word.support.check中的类
-
检测初始化类
- WordCheckInit() - 类 的构造器com.github.houbb.sensitive.word.support.check.WordCheckInit
-
- wordCheckIpv4() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
- wordCheckIpv4(IWordCheck) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
- wordCheckIpv4(IWordCheck) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
- wordCheckIpv4() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- wordCheckIpv4(IWordCheck) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- WordCheckIPV4 - com.github.houbb.sensitive.word.support.check中的类
-
IPV4 检测
- WordCheckIPV4() - 类 的构造器com.github.houbb.sensitive.word.support.check.WordCheckIPV4
-
- WordCheckNone - com.github.houbb.sensitive.word.support.check中的类
-
未匹配
- WordCheckNone() - 类 的构造器com.github.houbb.sensitive.word.support.check.WordCheckNone
-
- wordCheckNum() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
- wordCheckNum(IWordCheck) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
- wordCheckNum(IWordCheck) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
- wordCheckNum() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- wordCheckNum(IWordCheck) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- WordCheckNum - com.github.houbb.sensitive.word.support.check中的类
-
敏感词监测实现
这里可以提供一个公共的父类。
- WordCheckNum() - 类 的构造器com.github.houbb.sensitive.word.support.check.WordCheckNum
-
- WordCheckResult - com.github.houbb.sensitive.word.support.check中的类
-
敏感信息监测接口结果
可以使用责任链的模式,循环调用。
- WordChecks - com.github.houbb.sensitive.word.support.check中的类
-
敏感词检测工具
- wordCheckUrl() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
- wordCheckUrl(IWordCheck) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
- wordCheckUrl(IWordCheck) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
- wordCheckUrl() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- wordCheckUrl(IWordCheck) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- WordCheckUrl - com.github.houbb.sensitive.word.support.check中的类
-
URL 正则表达式检测实现。
- WordCheckUrl() - 类 的构造器com.github.houbb.sensitive.word.support.check.WordCheckUrl
-
- WordCheckUrlNoPrefix - com.github.houbb.sensitive.word.support.check中的类
-
(1)暂时先粗略的处理 web-site
(2)如果网址的最后为图片类型,则跳过。
- WordCheckUrlNoPrefix() - 类 的构造器com.github.houbb.sensitive.word.support.check.WordCheckUrlNoPrefix
-
- wordCheckWord() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
- wordCheckWord(IWordCheck) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
- wordCheckWord(IWordCheck) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
- wordCheckWord() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- wordCheckWord(IWordCheck) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- WordCheckWord - com.github.houbb.sensitive.word.support.check中的类
-
敏感词监测实现
- WordCheckWord() - 类 的构造器com.github.houbb.sensitive.word.support.check.WordCheckWord
-
- WordConst - com.github.houbb.sensitive.word.constant中的类
-
project: sensitive-word-AppConst
create on 2020/1/7 23:39
- WordContainsTypeEnum - com.github.houbb.sensitive.word.constant.enums中的枚举
-
单词包含类别
- wordContext() - 类 中的方法com.github.houbb.sensitive.word.api.context.InnerSensitiveWordContext
-
- wordContext(IWordContext) - 类 中的方法com.github.houbb.sensitive.word.api.context.InnerSensitiveWordContext
-
- wordData() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
获取 wordMap 策略
- wordData(IWordData) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
设置 wordMap 策略
- wordData(IWordData) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
允许指定策略数据
- wordData() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- wordData(IWordData) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- wordDataAllow() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
获取 wordDataAllow 策略
- wordDataAllow(IWordData) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
设置 wordDataAllow 策略
- wordDataAllow(IWordData) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
- wordDataAllow() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- wordDataAllow(IWordData) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- WordDataHashMap - com.github.houbb.sensitive.word.support.data中的类
-
已过时。
- WordDataHashMap() - 类 的构造器com.github.houbb.sensitive.word.support.data.WordDataHashMap
-
已过时。
- WordDatas - com.github.houbb.sensitive.word.support.data中的类
-
敏感词 map
- WordDataTree - com.github.houbb.sensitive.word.support.data中的类
-
敏感词 map
PR:https://github.com/houbb/sensitive-word/pull/33
PR: https://github.com/houbb/sensitive-word/pull/74
- WordDataTree() - 类 的构造器com.github.houbb.sensitive.word.support.data.WordDataTree
-
- WordDataTreeNode - com.github.houbb.sensitive.word.support.data中的类
-
树节点
- WordDataTreeNode() - 类 的构造器com.github.houbb.sensitive.word.support.data.WordDataTreeNode
-
- wordDeny(IWordDeny) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
设置禁止的实现
- WordDenyEmpty - com.github.houbb.sensitive.word.support.deny中的类
-
空实现
- WordDenyEmpty() - 类 的构造器com.github.houbb.sensitive.word.support.deny.WordDenyEmpty
-
- WordDenyInit - com.github.houbb.sensitive.word.support.deny中的类
-
初始化类
- WordDenyInit() - 类 的构造器com.github.houbb.sensitive.word.support.deny.WordDenyInit
-
- wordDenyLen() - 类 中的方法com.github.houbb.sensitive.word.support.result.WordLengthResult
-
- wordDenyLen(int) - 类 中的方法com.github.houbb.sensitive.word.support.result.WordLengthResult
-
- WordDenys - com.github.houbb.sensitive.word.support.deny中的类
-
所有拒绝的结果
- WordDenySystem - com.github.houbb.sensitive.word.support.deny中的类
-
系统默认的信息
- WordDenySystem() - 类 的构造器com.github.houbb.sensitive.word.support.deny.WordDenySystem
-
- wordFormat(IWordFormat) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
设置统一的字符处理
- wordFormat() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
获取格式化策略
- wordFormat() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- wordFormat(IWordFormat) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- wordFormatCombine(IWordFormatCombine) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
- WordFormatCombine - com.github.houbb.sensitive.word.support.combine.format中的类
-
- WordFormatCombine() - 类 的构造器com.github.houbb.sensitive.word.support.combine.format.WordFormatCombine
-
- WordFormatCombines - com.github.houbb.sensitive.word.support.combine.format中的类
-
- WordFormatCombines() - 类 的构造器com.github.houbb.sensitive.word.support.combine.format.WordFormatCombines
-
- WordFormatIgnoreCase - com.github.houbb.sensitive.word.support.format中的类
-
忽略大小写
- WordFormatIgnoreCase() - 类 的构造器com.github.houbb.sensitive.word.support.format.WordFormatIgnoreCase
-
- WordFormatIgnoreChineseStyle - com.github.houbb.sensitive.word.support.format中的类
-
忽略中文样式
- WordFormatIgnoreChineseStyle() - 类 的构造器com.github.houbb.sensitive.word.support.format.WordFormatIgnoreChineseStyle
-
- WordFormatIgnoreEnglishStyle - com.github.houbb.sensitive.word.support.format中的类
-
忽略英文的各种格式
- WordFormatIgnoreEnglishStyle() - 类 的构造器com.github.houbb.sensitive.word.support.format.WordFormatIgnoreEnglishStyle
-
- WordFormatIgnoreNumStyle - com.github.houbb.sensitive.word.support.format中的类
-
忽略数字的样式
- WordFormatIgnoreNumStyle() - 类 的构造器com.github.houbb.sensitive.word.support.format.WordFormatIgnoreNumStyle
-
- WordFormatIgnoreWidth - com.github.houbb.sensitive.word.support.format中的类
-
格式化字宽度
- WordFormatIgnoreWidth() - 类 的构造器com.github.houbb.sensitive.word.support.format.WordFormatIgnoreWidth
-
- WordFormatInit - com.github.houbb.sensitive.word.support.format中的类
-
格式化责任链
- WordFormatInit() - 类 的构造器com.github.houbb.sensitive.word.support.format.WordFormatInit
-
- WordFormatNone - com.github.houbb.sensitive.word.support.format中的类
-
无处理
- WordFormatNone() - 类 的构造器com.github.houbb.sensitive.word.support.format.WordFormatNone
-
- WordFormats - com.github.houbb.sensitive.word.support.format中的类
-
格式化工具类
- wordLengthResult() - 类 中的方法com.github.houbb.sensitive.word.support.check.WordCheckResult
-
- wordLengthResult(WordLengthResult) - 类 中的方法com.github.houbb.sensitive.word.support.check.WordCheckResult
-
- WordLengthResult - com.github.houbb.sensitive.word.support.result中的类
-
说明:统一让黑白名单一次遍历,性能优化
- WordLengthResult() - 类 的构造器com.github.houbb.sensitive.word.support.result.WordLengthResult
-
- wordReplace(IWordReplace) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
设置敏感词替换策略
- wordReplace() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
敏感词替换策略
- wordReplace(IWordReplace) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
设置替换策略
- wordReplace() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- wordReplace(IWordReplace) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- WordReplaceChar - com.github.houbb.sensitive.word.support.replace中的类
-
指定字符的替换策略
- WordReplaceChar(char) - 类 的构造器com.github.houbb.sensitive.word.support.replace.WordReplaceChar
-
- WordReplaceChar() - 类 的构造器com.github.houbb.sensitive.word.support.replace.WordReplaceChar
-
- WordReplaces - com.github.houbb.sensitive.word.support.replace中的类
-
字符替换策略工具类
- WordResult - com.github.houbb.sensitive.word.support.result中的类
-
- wordResultCondition() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
- wordResultCondition(IWordResultCondition) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
- wordResultCondition(IWordResultCondition) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
- wordResultCondition() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- wordResultCondition(IWordResultCondition) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- WordResultConditionAlwaysTrue - com.github.houbb.sensitive.word.support.resultcondition中的类
-
恒为真
- WordResultConditionAlwaysTrue() - 类 的构造器com.github.houbb.sensitive.word.support.resultcondition.WordResultConditionAlwaysTrue
-
- WordResultConditionEnglishWordMatch - com.github.houbb.sensitive.word.support.resultcondition中的类
-
英文单词必须要全词匹配
https://github.com/houbb/sensitive-word/issues/45
- WordResultConditionEnglishWordMatch() - 类 的构造器com.github.houbb.sensitive.word.support.resultcondition.WordResultConditionEnglishWordMatch
-
- WordResultConditionEnglishWordNumMatch - com.github.houbb.sensitive.word.support.resultcondition中的类
-
英文单词和数字必须要全词匹配
https://github.com/houbb/sensitive-word/issues/77
- WordResultConditionEnglishWordNumMatch() - 类 的构造器com.github.houbb.sensitive.word.support.resultcondition.WordResultConditionEnglishWordNumMatch
-
- WordResultConditionInit - com.github.houbb.sensitive.word.support.resultcondition中的类
-
结果条件的的初始化类
- WordResultConditionInit() - 类 的构造器com.github.houbb.sensitive.word.support.resultcondition.WordResultConditionInit
-
- WordResultConditions - com.github.houbb.sensitive.word.support.resultcondition中的类
-
匹配结果工具类
- WordResultConditions() - 类 的构造器com.github.houbb.sensitive.word.support.resultcondition.WordResultConditions
-
- WordResultConditionWordTagsMatch - com.github.houbb.sensitive.word.support.resultcondition中的类
-
结果标签匹配的条件
- WordResultConditionWordTagsMatch(Collection<String>) - 类 的构造器com.github.houbb.sensitive.word.support.resultcondition.WordResultConditionWordTagsMatch
-
- WordResultHandlerRaw - com.github.houbb.sensitive.word.support.result中的类
-
不做任何处理
- WordResultHandlerRaw() - 类 的构造器com.github.houbb.sensitive.word.support.result.WordResultHandlerRaw
-
- WordResultHandlers - com.github.houbb.sensitive.word.support.result中的类
-
敏感词的结果处理
- WordResultHandlerWord - com.github.houbb.sensitive.word.support.result中的类
-
只保留单词
- WordResultHandlerWord() - 类 的构造器com.github.houbb.sensitive.word.support.result.WordResultHandlerWord
-
- WordResultHandlerWordTags - com.github.houbb.sensitive.word.support.result中的类
-
单词+对应的标签信息
- WordResultHandlerWordTags() - 类 的构造器com.github.houbb.sensitive.word.support.result.WordResultHandlerWordTags
-
- wordTag() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
- wordTag(IWordTag) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
-
- wordTag(IWordTag) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
- wordTag() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- wordTag(IWordTag) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
-
- wordTag - 类 中的变量com.github.houbb.sensitive.word.support.tag.FileWordTag
-
词和标签的分隔符
- WordTagLines - com.github.houbb.sensitive.word.support.tag中的类
-
根据标准的行来处理
行规范:
单词 标签1,标签2
- WordTagLines(Collection<String>, String, String) - 类 的构造器com.github.houbb.sensitive.word.support.tag.WordTagLines
-
- WordTagLines(Collection<String>) - 类 的构造器com.github.houbb.sensitive.word.support.tag.WordTagLines
-
- WordTagMap - com.github.houbb.sensitive.word.support.tag中的类
-
根据 map 构建初始化
key:单词
value: 标签 set
- WordTagMap(Map<String, Set<String>>) - 类 的构造器com.github.houbb.sensitive.word.support.tag.WordTagMap
-
- wordTags() - 类 中的静态方法com.github.houbb.sensitive.word.support.result.WordResultHandlers
-
单词+标签的处理结果
- wordTags(List<String>) - 类 中的静态方法com.github.houbb.sensitive.word.support.resultcondition.WordResultConditions
-
单词标签
- WordTags - com.github.houbb.sensitive.word.support.tag中的类
-
单词标签
- WordTags() - 类 的构造器com.github.houbb.sensitive.word.support.tag.WordTags
-
- WordTagsDto - com.github.houbb.sensitive.word.support.result中的类
-
- WordTagsDto() - 类 的构造器com.github.houbb.sensitive.word.support.result.WordTagsDto
-
- WordTagSystem - com.github.houbb.sensitive.word.support.tag中的类
-
系统内置策略,根据文件默认处理
- WordTagSystem() - 类 的构造器com.github.houbb.sensitive.word.support.tag.WordTagSystem
-
- WordTagType - com.github.houbb.sensitive.word.constant.enums中的枚举
-
单词标签类别
- WordTypeEnum - com.github.houbb.sensitive.word.constant.enums中的枚举
-
单词类别包含类别
- WordValidModeEnum - com.github.houbb.sensitive.word.constant.enums中的枚举
-
project: sensitive-word-ValidModeEnum
create on 2020/1/7 22:46