|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.tinygroup.weblayer.AbstractTinyFilter
org.tinygroup.weblayer.filter.RewriteTinyFilter
public class RewriteTinyFilter
改写URL及参数,类似于Apache HTTPD Server中的rewrite模块。
| 字段摘要 |
|---|
| 从类 org.tinygroup.weblayer.AbstractTinyFilter 继承的字段 |
|---|
logger |
| 从接口 org.tinygroup.weblayer.TinyFilter 继承的字段 |
|---|
TINY_WRAPPER_FILTER |
| 构造方法摘要 | |
|---|---|
RewriteTinyFilter()
|
|
| 方法摘要 | |
|---|---|
WebContext |
getAlreadyWrappedContext(WebContext wrappedContext)
返回已经包装的上下文 |
void |
initTinyFilter()
初始化tinyFilter |
protected void |
parserExtraConfig(org.tinygroup.xmlparser.node.XmlNode parserNode)
解析额外节点配置信息 |
void |
postProcess(WebContext context)
后置操作 |
void |
preProcess(WebContext context)
前置操作 |
void |
setRules(RewriteRule[] rules)
|
| 从类 org.tinygroup.weblayer.AbstractTinyFilter 继承的方法 |
|---|
destoryTinyFilter, get, getConfiguration, getInitParamMap, getNodeName, getPatterns, initContext, isMatch, setConfiguration, wrapContext |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public RewriteTinyFilter()
| 方法详细信息 |
|---|
public void setRules(RewriteRule[] rules)
public void initTinyFilter()
TinyFilter 复制的描述
TinyFilter 中的 initTinyFilterAbstractTinyFilter 中的 initTinyFilterprotected void parserExtraConfig(org.tinygroup.xmlparser.node.XmlNode parserNode)
AbstractTinyFilter 复制的描述
AbstractTinyFilter 中的 parserExtraConfigpublic void preProcess(WebContext context)
TinyFilter 复制的描述
TinyFilter 中的 preProcessAbstractTinyFilter 中的 preProcesspublic void postProcess(WebContext context)
TinyFilter 复制的描述
TinyFilter 中的 postProcessAbstractTinyFilter 中的 postProcesspublic WebContext getAlreadyWrappedContext(WebContext wrappedContext)
AbstractTinyFilter 复制的描述
AbstractTinyFilter 中的 getAlreadyWrappedContext
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||