摘要: Spring3.2请求处理大致过程处理过程初始化:DispatcherServlet.onRefresh()DispatcherServlet.initStrategies()DispatcherServlet.initHandlerMappings()处理请求:DispatcherServlet.doDispatch()RequestMappingHandlerAdapter.handle()RequestMappingHandlerAdapter.handleInternal()RequestMappingHandlerAdapter.invokeHandleMethod()WebAsyn 阅读全文
posted @ 2012-12-21 14:20 杨军 阅读(655) 评论(0) 推荐(0) 编辑
摘要: AsyncWebRequest.java异步请求接口,继承NativeWebRequest接口 /** * Set the time required for concurrent handling to complete. * This property should not be set when concurrent handling is in progress, * i.e. when {@link #isAsyncStarted()} is {@code true}. * @param timeout amount ... 阅读全文
posted @ 2012-12-21 08:38 杨军 阅读(1086) 评论(0) 推荐(0) 编辑