Package | Description |
---|---|
org.tinygroup.weblayer.webcontext.session |
Modifier and Type | Method and Description |
---|---|
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–2018 TinyGroup. All rights reserved.