net.hasor.web.binder.support
类 ManagedServletPipeline

java.lang.Object
  继承者 net.hasor.web.binder.support.ManagedServletPipeline

public class ManagedServletPipeline
extends Object

版本:
: 2013-4-12
作者:
赵永春 (zyc@hasor.net)

字段摘要
static String REQUEST_DISPATCHER_REQUEST
          使用RequestDispatcherRequestWrapper类处理request.getRequestURI方法的返回值
 
构造方法摘要
ManagedServletPipeline()
           
 
方法摘要
 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-2014. All Rights Reserved.