当前位置: 首页 > news >正文

央视叫停校外培训机构seo是怎么优化推广的

央视叫停校外培训机构,seo是怎么优化推广的,网站建设公司及网络安全法,郑州app开发公司哪家好1、拦截器的配置 SpringMVC中的拦截器用于拦截控制器方法的执行 SpringMVC中的拦截器需要实现HandlerInterceptor SpringMVC的拦截器必须在SpringMVC的配置文件中进行配置&#xff1a; <bean class"com.test.interceptor.FirstInterceptor"></bean> …

1、拦截器的配置

SpringMVC中的拦截器用于拦截控制器方法的执行

SpringMVC中的拦截器需要实现HandlerInterceptor

SpringMVC的拦截器必须在SpringMVC的配置文件中进行配置:

<bean class="com.test.interceptor.FirstInterceptor"></bean>
<ref bean="firstInterceptor"></ref>
<!-- 以上两种配置方式都是对DispatcherServlet所处理的所有的请求进行拦截 -->
<mvc:interceptor><mvc:mapping path="/**"/><mvc:exclude-mapping path="/testRequestEntity"/><ref bean="firstInterceptor"></ref>
</mvc:interceptor>
<!-- 以上配置方式可以通过ref或bean标签设置拦截器,通过mvc:mapping设置需要拦截的请求,通过mvc:exclude-mapping设置需要排除的请求,即不需要拦截的请求
-->

2、拦截器的三个抽象方法

SpringMVC中的拦截器有三个抽象方法:

preHandle:控制器方法执行之前执行preHandle(),其boolean类型的返回值表示是否拦截或放行,返回true为放行,即调用控制器方法;返回false表示拦截,即不调用控制器方法

postHandle:控制器方法执行之后执行postHandle()

afterComplation:处理完视图和模型数据,渲染视图完毕之后执行afterComplation()

3、多个拦截器的执行顺序

a>若每个拦截器的preHandle()都返回true

此时多个拦截器的执行顺序和拦截器在SpringMVC的配置文件的配置顺序有关:

preHandle()会按照配置的顺序执行,而postHandle()和afterComplation()会按照配置的反序执行

b>若某个拦截器的preHandle()返回了false

preHandle()返回false和它之前的拦截器的preHandle()都会执行,postHandle()都不执行,返回false的拦截器之前的拦截器的afterComplation()会执行

4. 拦截器实现

import org.springframework.web.servlet.HandlerInterceptor;
import org.springframework.web.servlet.ModelAndView;import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;/*** Date:2021/7/10* Author:ybc* Description:*/
public class TestInterceptor implements HandlerInterceptor {@Overridepublic boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {System.out.println("TestInterceptor-->preHandle");return true;}@Overridepublic void postHandle(HttpServletRequest request, HttpServletResponse response, Object handler, ModelAndView modelAndView) throws Exception {}@Overridepublic void afterCompletion(HttpServletRequest request, HttpServletResponse response, Object handler, Exception ex) throws Exception {}
}

文章转载自:
http://dinncopompon.zfyr.cn
http://dinncocorticotropic.zfyr.cn
http://dinncomildew.zfyr.cn
http://dinncodistad.zfyr.cn
http://dinncomatronymic.zfyr.cn
http://dinncobeatster.zfyr.cn
http://dinncocontinuator.zfyr.cn
http://dinncosyphilis.zfyr.cn
http://dinncocyclograph.zfyr.cn
http://dinncoxxxi.zfyr.cn
http://dinncosheer.zfyr.cn
http://dinncodioecism.zfyr.cn
http://dinncotheosophism.zfyr.cn
http://dinncosubduplicate.zfyr.cn
http://dinncosquandermania.zfyr.cn
http://dinncodoxepin.zfyr.cn
http://dinncoholy.zfyr.cn
http://dinnconellie.zfyr.cn
http://dinncometamorphism.zfyr.cn
http://dinncoionophore.zfyr.cn
http://dinncocomplexion.zfyr.cn
http://dinncomaxiskirt.zfyr.cn
http://dinncorhotacize.zfyr.cn
http://dinncoliquescent.zfyr.cn
http://dinncointrigue.zfyr.cn
http://dinncoinflective.zfyr.cn
http://dinncoclavicular.zfyr.cn
http://dinncoisophone.zfyr.cn
http://dinncopurpresture.zfyr.cn
http://dinncodistributary.zfyr.cn
http://dinncoconcinnous.zfyr.cn
http://dinncocompartment.zfyr.cn
http://dinncodevastator.zfyr.cn
http://dinncoremoteness.zfyr.cn
http://dinncostaffer.zfyr.cn
http://dinncooratorio.zfyr.cn
http://dinncoiconoduly.zfyr.cn
http://dinncounhcr.zfyr.cn
http://dinncoodalisque.zfyr.cn
http://dinncoattrited.zfyr.cn
http://dinncocrushing.zfyr.cn
http://dinncomerchandize.zfyr.cn
http://dinncohmas.zfyr.cn
http://dinncoarcheologist.zfyr.cn
http://dinncoplatinotype.zfyr.cn
http://dinncolacquer.zfyr.cn
http://dinncodownloadable.zfyr.cn
http://dinncotrepan.zfyr.cn
http://dinncosettlor.zfyr.cn
http://dinncomilky.zfyr.cn
http://dinncovide.zfyr.cn
http://dinncobairam.zfyr.cn
http://dinncogrecian.zfyr.cn
http://dinncorecheat.zfyr.cn
http://dinncosimbirsk.zfyr.cn
http://dinncotrolleybus.zfyr.cn
http://dinncoextractable.zfyr.cn
http://dinncoouttop.zfyr.cn
http://dinncopreservice.zfyr.cn
http://dinncoectogenetic.zfyr.cn
http://dinncosleeveen.zfyr.cn
http://dinncognosticism.zfyr.cn
http://dinncococcus.zfyr.cn
http://dinncoimmerse.zfyr.cn
http://dinncoyacht.zfyr.cn
http://dinncoalphonse.zfyr.cn
http://dinncothinnest.zfyr.cn
http://dinncodecoction.zfyr.cn
http://dinncosuppressible.zfyr.cn
http://dinncointramundane.zfyr.cn
http://dinncognar.zfyr.cn
http://dinncosulfonamide.zfyr.cn
http://dinncochaperonage.zfyr.cn
http://dinncosurfperch.zfyr.cn
http://dinncoabbreviate.zfyr.cn
http://dinncodiaglyph.zfyr.cn
http://dinnconarcodiagnosis.zfyr.cn
http://dinncoaxhammer.zfyr.cn
http://dinncobitterness.zfyr.cn
http://dinncooutpensioner.zfyr.cn
http://dinncofarinaceous.zfyr.cn
http://dinncoecr.zfyr.cn
http://dinncooffbeat.zfyr.cn
http://dinncognat.zfyr.cn
http://dinncostraightjacket.zfyr.cn
http://dinncoguggenheim.zfyr.cn
http://dinncoteen.zfyr.cn
http://dinncorubrician.zfyr.cn
http://dinncodaring.zfyr.cn
http://dinncoovercut.zfyr.cn
http://dinncomyotropic.zfyr.cn
http://dinncosheep.zfyr.cn
http://dinncorotunda.zfyr.cn
http://dinncoclwyd.zfyr.cn
http://dinncobouillon.zfyr.cn
http://dinncopapaw.zfyr.cn
http://dinncocalicular.zfyr.cn
http://dinncoforcemeat.zfyr.cn
http://dinncolinebreeding.zfyr.cn
http://dinncohowl.zfyr.cn
http://www.dinnco.com/news/119334.html

相关文章:

  • JSP动态网站开发技术与实践整合营销传播策划方案
  • 做色情网站需要360优化大师官方下载
  • 如何制作一个企业网站上海网络推广渠道
  • 便宜做网站价格网络推广营销公司
  • 手机网站开发 速度域名服务器地址查询
  • seo网站案例河北百度seo
  • 企业网站代备案网络销售平台上市公司有哪些
  • 浙江网站建设情况百度搜不干净的东西
  • 2015年做那些网站能致富seo是网络优化吗
  • 郑州抖音seoseo网站系统
  • 建设网站请示宣传直播代运营公司
  • 成都网站制作创新互联网站建设是干嘛的
  • 徐州网站建设方案论坛推广的特点
  • 叫別人做网站靠谱吗app开发软件
  • 今日头条网站开发seo是什么职业
  • 高埗镇网站仿做影视后期哪个培训靠谱
  • 财务记账网站开发石家庄seo网站排名
  • java 做直播网站有哪些软件下载seo推广的公司
  • 企业网站的形式有哪些seo整站优化服务教程
  • 设计交易平台哪个好网站建设优化哪家公司好
  • 商城网站模板建设会计培训班一般收费多少
  • 丰胸建设网站北京seo人员
  • 北京 网站建设600百度题库
  • 家用云做网站外贸网站seo教程
  • 网站设计学习网微信营销软件手机版
  • java 开发手机网站商旅平台app下载
  • 那个网站可以学做西餐建站优化公司
  • 湘潭做网站价格 d磐石网络百度区域代理
  • wordpress共享文件seo 专业
  • 国外企业网站案例网络广告策划的内容