|
|
|
@ -5,10 +5,8 @@ |
|
|
|
targetNamespace="http://www.springframework.org/schema/mvc" |
|
|
|
targetNamespace="http://www.springframework.org/schema/mvc" |
|
|
|
elementFormDefault="qualified" attributeFormDefault="unqualified"> |
|
|
|
elementFormDefault="qualified" attributeFormDefault="unqualified"> |
|
|
|
|
|
|
|
|
|
|
|
<xsd:import namespace="http://www.springframework.org/schema/beans" |
|
|
|
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd" /> |
|
|
|
schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd" /> |
|
|
|
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd" /> |
|
|
|
<xsd:import namespace="http://www.springframework.org/schema/tool" |
|
|
|
|
|
|
|
schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<xsd:element name="annotation-driven"> |
|
|
|
<xsd:element name="annotation-driven"> |
|
|
|
<xsd:annotation> |
|
|
|
<xsd:annotation> |
|
|
|
@ -18,12 +16,28 @@ |
|
|
|
]]></xsd:documentation> |
|
|
|
]]></xsd:documentation> |
|
|
|
</xsd:annotation> |
|
|
|
</xsd:annotation> |
|
|
|
<xsd:complexType> |
|
|
|
<xsd:complexType> |
|
|
|
|
|
|
|
<xsd:sequence> |
|
|
|
|
|
|
|
<xsd:element name="interceptors" minOccurs="0"> |
|
|
|
|
|
|
|
<xsd:annotation> |
|
|
|
|
|
|
|
<xsd:documentation source="java:org.springframework.web.servlet.HandlerInterceptor"><![CDATA[ |
|
|
|
|
|
|
|
The ordered list of interceptors that intercept HTTP Servlet Requests mapped to Controllers. |
|
|
|
|
|
|
|
Interceptors allow a request to be pre/post processed before/after handling. |
|
|
|
|
|
|
|
Each inteceptor should be configured as an inner bean that implements the org.springframework.web.servlet.HandlerInterceptor interface. |
|
|
|
|
|
|
|
]]></xsd:documentation> |
|
|
|
|
|
|
|
</xsd:annotation> |
|
|
|
|
|
|
|
<xsd:complexType> |
|
|
|
|
|
|
|
<xsd:sequence> |
|
|
|
|
|
|
|
<xsd:element ref="beans:bean" maxOccurs="unbounded" /> |
|
|
|
|
|
|
|
</xsd:sequence> |
|
|
|
|
|
|
|
</xsd:complexType> |
|
|
|
|
|
|
|
</xsd:element> |
|
|
|
|
|
|
|
</xsd:sequence> |
|
|
|
<xsd:attribute name="conversion-service" type="xsd:string"> |
|
|
|
<xsd:attribute name="conversion-service" type="xsd:string"> |
|
|
|
<xsd:annotation> |
|
|
|
<xsd:annotation> |
|
|
|
<xsd:documentation source="java:org.springframework.core.convert.ConversionService"><![CDATA[ |
|
|
|
<xsd:documentation source="java:org.springframework.core.convert.ConversionService"><![CDATA[ |
|
|
|
The bean name of the ConversionService that is to be used for type conversion during field binding. |
|
|
|
The bean name of the ConversionService that is to be used for type conversion during field binding. |
|
|
|
This attribute is not required, and only needs to be specified explicitly if custom converters need to be configured. |
|
|
|
This attribute is not required, and only needs to be specified explicitly if custom converters need to be configured. |
|
|
|
If not specified, a DefaultConversionService is registered that contains converters to/from standard JDK types. |
|
|
|
If not specified, a default FormattingConversionService is registered that contains converters to/from standard JDK types. |
|
|
|
In addition, full support for date/time formatting will be installed if the Joda Time library is present on the classpath. |
|
|
|
In addition, full support for date/time formatting will be installed if the Joda Time library is present on the classpath. |
|
|
|
]]></xsd:documentation> |
|
|
|
]]></xsd:documentation> |
|
|
|
<xsd:appinfo> |
|
|
|
<xsd:appinfo> |
|
|
|
@ -46,7 +60,7 @@ |
|
|
|
</tool:annotation> |
|
|
|
</tool:annotation> |
|
|
|
</xsd:appinfo> |
|
|
|
</xsd:appinfo> |
|
|
|
</xsd:annotation> |
|
|
|
</xsd:annotation> |
|
|
|
</xsd:attribute> |
|
|
|
</xsd:attribute> |
|
|
|
</xsd:complexType> |
|
|
|
</xsd:complexType> |
|
|
|
</xsd:element> |
|
|
|
</xsd:element> |
|
|
|
|
|
|
|
|
|
|
|
|