mvc resources handler initial commit

This commit is contained in:
Keith Donald
2010-06-22 21:26:03 +00:00
parent e11a40f809
commit 5a1bd20864
14 changed files with 572 additions and 2 deletions

View File

@@ -49,6 +49,16 @@
</xsd:complexType>
</xsd:element>
<xsd:element name="resources">
<xsd:annotation>
<xsd:documentation
source="java:org.springframework.web.servlet.resources.ResourceHttpRequestHandler"><![CDATA[
Configures support for efficiently serving static resources such as images, js, and, css files.
By default, registers a handler mapped to /resources/** capable of serving all resources located in the ${webappRoot}/resources directory.
]]></xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interceptors">
<xsd:annotation>
<xsd:documentation><![CDATA[