类 org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern
的使用

使用 SessionTinyFilter.AttributePattern 的软件包
org.tinygroup.weblayer.filter   
 

org.tinygroup.weblayer.filterSessionTinyFilter.AttributePattern 的使用
 

返回 SessionTinyFilter.AttributePatternorg.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.