|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.tinygroup.weblayer.AbstractTinyFilter
public abstract class AbstractTinyFilter
tinyfilter的抽象实现
| 字段摘要 | |
|---|---|
protected static String |
FILTER_MAPPING
|
protected static String |
INIT_PARAM
|
protected Map<String,String> |
initParamMap
|
protected static org.tinygroup.logger.Logger |
logger
|
protected static String |
TINY_FILTER
|
| 从接口 org.tinygroup.commons.order.Ordered 继承的字段 |
|---|
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| 构造方法摘要 | |
|---|---|
AbstractTinyFilter()
|
|
| 方法摘要 | |
|---|---|
void |
destoryTinyFilter()
销毁tinyFilter |
protected String |
get(String param)
|
protected WebContext |
getAlreadyWrappedContext(WebContext wrappedContext)
返回已经包装的上下文 |
org.tinygroup.xmlparser.node.XmlNode |
getConfiguration()
|
Map<String,String> |
getInitParamMap()
|
String |
getNodeName()
|
int |
getOrder()
|
List<Pattern> |
getPatterns()
|
protected void |
initContext(WebContext context)
|
protected void |
initParam(org.tinygroup.xmlparser.node.XmlNode xmlNode)
|
protected void |
initPattern(org.tinygroup.xmlparser.node.XmlNode xmlNode)
|
void |
initTinyFilter()
初始化tinyFilter |
boolean |
isMatch(String url)
是否匹配 |
protected void |
parserExtraConfig(org.tinygroup.xmlparser.node.XmlNode parserNode)
解析额外节点配置信息 |
void |
postProcess(WebContext context)
后置操作 |
void |
preProcess(WebContext context)
前置操作 |
void |
setConfiguration(org.tinygroup.xmlparser.node.XmlNode xmlNode)
|
WebContext |
wrapContext(WebContext wrappedContext)
获取包装的webcontext |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
protected static final String TINY_FILTER
protected static final String INIT_PARAM
protected static final String FILTER_MAPPING
protected Map<String,String> initParamMap
protected static org.tinygroup.logger.Logger logger
| 构造方法详细信息 |
|---|
public AbstractTinyFilter()
| 方法详细信息 |
|---|
public String getNodeName()
public void setConfiguration(org.tinygroup.xmlparser.node.XmlNode xmlNode)
TinyFilter 中的 setConfigurationprotected void initPattern(org.tinygroup.xmlparser.node.XmlNode xmlNode)
protected void initParam(org.tinygroup.xmlparser.node.XmlNode xmlNode)
public org.tinygroup.xmlparser.node.XmlNode getConfiguration()
public void preProcess(WebContext context)
TinyFilter 复制的描述
TinyFilter 中的 preProcesspublic void postProcess(WebContext context)
TinyFilter 复制的描述
TinyFilter 中的 postProcesspublic void initTinyFilter()
TinyFilter 复制的描述
TinyFilter 中的 initTinyFilterpublic void destoryTinyFilter()
TinyFilter 复制的描述
TinyFilter 中的 destoryTinyFilterpublic boolean isMatch(String url)
TinyFilter 复制的描述
TinyFilter 中的 isMatchpublic Map<String,String> getInitParamMap()
public List<Pattern> getPatterns()
public WebContext wrapContext(WebContext wrappedContext)
WebContextFactory 复制的描述
WebContextFactory<WebContext> 中的 wrapContextprotected void initContext(WebContext context)
protected WebContext getAlreadyWrappedContext(WebContext wrappedContext)
wrappedContext -
protected String get(String param)
protected void parserExtraConfig(org.tinygroup.xmlparser.node.XmlNode parserNode)
parserNode - public int getOrder()
org.tinygroup.commons.order.Ordered 中的 getOrder
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||