SPR-7158
+ doc typos
This commit is contained in:
@@ -2523,9 +2523,9 @@ background=/themes/cool/img/coolBg.jpg</programlisting>
|
||||
<programlisting language="xml"><%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="<spring:theme code="styleSheet"/>" type="text/css"/>
|
||||
<link rel="stylesheet" href="<spring:theme code='styleSheet'/>" type="text/css"/>
|
||||
</head>
|
||||
<body style="background=<spring:theme code="background"/>">
|
||||
<body style="background=<spring:theme code='background'/>">
|
||||
...
|
||||
</body>
|
||||
</html></programlisting>
|
||||
@@ -2685,7 +2685,7 @@ background=/themes/cool/img/coolBg.jpg</programlisting>
|
||||
<para>The next step is to create a controller that handles the file
|
||||
upload.This controller is very similar to a <link
|
||||
linkend="mvc-ann-controller">normal annotated
|
||||
<interfacename>@Controllers</interfacename></link>, except that we use
|
||||
<interfacename>@Controller</interfacename></link>, except that we use
|
||||
<classname>MultipartHttpServletRequest</classname> or
|
||||
<filename>MultipartFile</filename> in the method parameters:
|
||||
<programlisting language="java">@Controller
|
||||
|
||||
Reference in New Issue
Block a user