net.hasor.web.servlet.binder.support
类 ManagedServletPipeline
java.lang.Object
net.hasor.web.servlet.binder.support.ManagedServletPipeline
@Singleton
public class ManagedServletPipeline
- extends Object
- 版本:
- : 2013-4-12
- 作者:
- 赵永春 (zyc@hasor.net)
|
方法摘要 |
void |
destroyPipeline(net.hasor.core.AppContext appContext)
|
boolean |
hasServletsMapped()
|
void |
initPipeline(net.hasor.core.AppContext appContext)
|
boolean |
service(javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REQUEST_DISPATCHER_REQUEST
public static final String REQUEST_DISPATCHER_REQUEST
- 使用RequestDispatcherRequestWrapper类处理request.getRequestURI方法的返回值
- 另请参见:
- 常量字段值
ManagedServletPipeline
public ManagedServletPipeline()
initPipeline
public void initPipeline(net.hasor.core.AppContext appContext)
throws javax.servlet.ServletException
- 抛出:
javax.servlet.ServletException
hasServletsMapped
public boolean hasServletsMapped()
service
public boolean service(javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
throws IOException,
javax.servlet.ServletException
- 抛出:
IOException
javax.servlet.ServletException
destroyPipeline
public void destroyPipeline(net.hasor.core.AppContext appContext)
Copyright © 2013. All Rights Reserved.