net.hasor.web.binder.support
类 ManagedFilterPipeline
java.lang.Object
net.hasor.web.binder.support.ManagedFilterPipeline
- 所有已实现的接口:
- FilterPipeline
public class ManagedFilterPipeline
- extends Object
- implements FilterPipeline
- 版本:
- : 2013-4-12
- 作者:
- 赵永春 (zyc@hasor.net)
|
方法摘要 |
void |
destroyPipeline(net.hasor.core.AppContext appContext)
销毁管道 |
void |
dispatch(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain defaultFilterChain)
执行请求操作 |
void |
initPipeline(net.hasor.core.AppContext appContext)
初始化管道 |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedFilterPipeline
@Inject
public ManagedFilterPipeline(ManagedServletPipeline servletPipeline)
initPipeline
public void initPipeline(net.hasor.core.AppContext appContext)
throws javax.servlet.ServletException
- 从接口
FilterPipeline 复制的描述
- 初始化管道
- 指定者:
- 接口
FilterPipeline 中的 initPipeline
- 抛出:
javax.servlet.ServletException
dispatch
public void dispatch(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain defaultFilterChain)
throws IOException,
javax.servlet.ServletException
- 从接口
FilterPipeline 复制的描述
- 执行请求操作
- 指定者:
- 接口
FilterPipeline 中的 dispatch
- 抛出:
IOException
javax.servlet.ServletException
destroyPipeline
public void destroyPipeline(net.hasor.core.AppContext appContext)
- 从接口
FilterPipeline 复制的描述
- 销毁管道
- 指定者:
- 接口
FilterPipeline 中的 destroyPipeline
Copyright © 2013-2014. All Rights Reserved.