public class TinyFilterHandler extends Object
| 构造器和说明 |
|---|
TinyFilterHandler(String servletPath,
javax.servlet.FilterChain filterChain,
WebContext context,
TinyFilterManager tinyFilterManager,
TinyProcessorManager tinyProcessorManager) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
commitHeaders(WebContext wrapperedContext)
头部提交,保证内容只提交一次
|
String |
getServletPath() |
void |
tinyFilterProcessor()
采用tiny-filter方式来处理
|
public TinyFilterHandler(String servletPath, javax.servlet.FilterChain filterChain, WebContext context, TinyFilterManager tinyFilterManager, TinyProcessorManager tinyProcessorManager)
public void tinyFilterProcessor()
throws IOException,
javax.servlet.ServletException
filterChain - request - response - servletPath - ExceptionIOExceptionjavax.servlet.ServletExceptionpublic String getServletPath()
public void commitHeaders(WebContext wrapperedContext)
wrapperedContext - Copyright © 2006-2013 开源组织. All Rights Reserved.