| 软件包 | 描述 |
|---|---|
| org.tinygroup.weblayer.webcontext.session |
| Modifier and Type | Method and 描述 |
|---|---|
static SessionConfiguration.AttributePattern |
SessionConfiguration.AttributePattern.getDefaultPattern(String storeName)
创建默认匹配,匹配所有attribute names。
|
static SessionConfiguration.AttributePattern |
SessionConfiguration.AttributePattern.getExactPattern(String storeName,
String attrName)
创建精确匹配,匹配名称完全相同的attribute names。
|
static SessionConfiguration.AttributePattern |
SessionConfiguration.AttributePattern.getRegexPattern(String storeName,
String regexName)
创建正则表达式匹配。
|
Copyright © 2006–2015 TinyGroup. All rights reserved.