| 程序包 | 说明 |
|---|---|
| org.tinygroup.weblayer.filter |
| 限定符和类型 | 方法和说明 |
|---|---|
static SessionTinyFilter.AttributePattern |
SessionTinyFilter.AttributePattern.getDefaultPattern(String storeName)
创建默认匹配,匹配所有attribute names。
|
static SessionTinyFilter.AttributePattern |
SessionTinyFilter.AttributePattern.getExactPattern(String storeName,
String attrName)
创建精确匹配,匹配名称完全相同的attribute names。
|
static SessionTinyFilter.AttributePattern |
SessionTinyFilter.AttributePattern.getRegexPattern(String storeName,
String regexName)
创建正则表达式匹配。
|
Copyright © 2006-2013 开源组织. All Rights Reserved.