|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface TinyFilter
WebContext过滤器,用于根据WebContext进行相关处理
| 字段摘要 | |
|---|---|
static String |
TINY_FILTER
|
static String |
TINY_WRAPPER_FILTER
|
| 方法摘要 | |
|---|---|
void |
destoryTinyFilter()
销毁tinyFilter |
void |
initTinyFilter()
初始化tinyFilter |
boolean |
isMatch(String url)
是否匹配 |
void |
postProcess(WebContext context)
后置操作 |
void |
preProcess(WebContext context)
前置操作 |
| 从接口 org.tinygroup.appconfig.AppConfig 继承的方法 |
|---|
getConfiguration, getNodeName, setConfiguration |
| 从接口 org.tinygroup.weblayer.webcontextfactory.WebContextFactory 继承的方法 |
|---|
wrapContext |
| 字段详细信息 |
|---|
static final String TINY_FILTER
static final String TINY_WRAPPER_FILTER
| 方法详细信息 |
|---|
void preProcess(WebContext context)
context - void postProcess(WebContext context)
context - void initTinyFilter()
void destoryTinyFilter()
boolean isMatch(String url)
url -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||