public class TinydbFilter extends AbstractTinyFilter
filterName, tinyFilterConfig
BASIC_FILTER_PRECEDENCE, BUFFERED_FILTER_PRECEDENCE, LAZY_COMMIT_FILTER_PRECEDENCE, PARSER_FILTER_PRECEDENCE, REWRITE_FILTER_PRECEDENCE, SESSION_FILTER_PRECEDENCE, SETLOCALE_FILTER_PRECEDENCE, TINY_FILTER, TINY_WRAPPER_FILTER
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Constructor and Description |
---|
TinydbFilter() |
Modifier and Type | Method and Description |
---|---|
protected void |
customInit()
由客户自定义初始化
|
void |
postProcess(WebContext context)
tiny过滤器后置操作方法
|
void |
preProcess(WebContext context)
tiny过滤器前置处理方法
|
destroyTinyFilter, get, getAlreadyWrappedContext, getFilterName, getOrder, initContext, initTinyFilter, isMatch, setFilterName, wrapContext
public void preProcess(WebContext context) throws javax.servlet.ServletException, IOException
TinyFilter
context
- 请求上下文javax.servlet.ServletException
IOException
public void postProcess(WebContext context) throws javax.servlet.ServletException, IOException
TinyFilter
context
- 请求上下文javax.servlet.ServletException
IOException
protected void customInit()
AbstractTinyFilter
customInit
in class AbstractTinyFilter
Copyright © 2006–2018 TinyGroup. All rights reserved.