spring在web.xml中的配置

阅读更多

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4"

xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee  http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

 

 

 

  contextConfigLocation

  /WEB-INF/applicationContext*.xml

 

 

 

  action

  

   org.apache.struts.action.ActionServlet

  

  

   config

   

    /WEB-INF/struts-config.xml,/WEB-INF/struts-config-framework.xml

   

  

  

   debug

   3

  

  

   detail

   3

  

  0

 

 

 

 

  action

  *.do

 

 

 

 

  index.html

 

 

 

 

  SetCharacterEncoding

  

   org.springframework.web.filter.CharacterEncodingFilter

  

  

   encoding

   UTF-8

  

 

 

 

 

  SetCharacterEncoding

  *.jsp

 

 

  SetCharacterEncoding

  *.do

 

 

 

 

  

   org.springframework.web.context.request.RequestContextListener

  

 

 

 

 

 

 

  OpenSessionInViewFilter

  

   org.springframework.orm.hibernate3.support.OpenSessionInViewFilter

  

  

   singleSession

   true

  

 

 

 

 

 

 

  authorizen

  

   org.springframework.web.filter.DelegatingFilterProxy

  

  

   targetFilterLifecycle

   true

  

 

 

 

 

 

  OpenSessionInViewFilter

  /*

 

 

 

  authorizen

  *.do

 

 

 

 

  

   org.springframework.web.context.ContextLoaderListener

  

 

 

 

你可能感兴趣的:(spring在web.xml中的配置)