org.tinygroup.weblayer
类 TinyFilterHandler
java.lang.Object
org.tinygroup.weblayer.TinyFilterHandler
public class TinyFilterHandler
- extends Object
完成filter处理的中间类
- 作者:
- renhui
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TinyFilterHandler
public TinyFilterHandler(String servletPath,
javax.servlet.FilterChain filterChain,
WebContext context,
TinyFilterManager tinyFilterManager,
TinyProcessorManager tinyProcessorManager)
tinyFilterProcessor
public void tinyFilterProcessor()
throws IOException,
javax.servlet.ServletException
- 采用tiny-filter方式来处理
- 参数:
filterChain - request - response - servletPath -
- 抛出:
Exception
IOException
javax.servlet.ServletException
getServletPath
public String getServletPath()
commitHeaders
public void commitHeaders(WebContext wrapperedContext)
- 头部提交,保证内容只提交一次
- 参数:
wrapperedContext -
Copyright © 2006–2013 开源组织. All rights reserved.