public interface FilterHandler
Modifier and Type | Method and Description |
---|---|
void |
commitHeaders(WebContext wrapperedContext)
头部提交,保证内容只提交一次
|
WebContext |
getContext()
获取处理上下文
|
String |
getServletPath()
返回请求路径
|
void |
tinyFilterProcessor(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
处理方法
|
WebContext getContext()
void tinyFilterProcessor(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
request
- response
- IOException
javax.servlet.ServletException
void commitHeaders(WebContext wrapperedContext)
wrapperedContext
- String getServletPath()
Copyright © 2006–2018 TinyGroup. All rights reserved.