Consistent use of <pre class="code">

Issue: SPR-8108
This commit is contained in:
Juergen Hoeller
2013-05-07 21:31:26 +02:00
parent 1ca943c681
commit 2a44228b98
59 changed files with 87 additions and 90 deletions

View File

@@ -31,7 +31,7 @@ import org.springframework.util.CollectionUtils;
* interface to map from the current PortletMode to request handler beans.
*
* <p>The bean configuration for this mapping will look something like this:
* <pre>
* <pre class="code">
* &lt;bean id="portletModeHandlerMapping" class="org.springframework.web.portlet.handler.PortletModeHandlerMapping"&gt;
* &lt;property name="portletModeMap"&gt;
* &lt;map&gt;

View File

@@ -61,7 +61,7 @@ import org.springframework.web.portlet.util.PortletUtils;
*
* <p><b>Example:</b>
*
* <pre>&lt;bean id="wrappingController" class="org.springframework.web.portlet.mvc.PortletWrappingController"&gt;
* <pre class="code">&lt;bean id="wrappingController" class="org.springframework.web.portlet.mvc.PortletWrappingController"&gt;
* &lt;property name="portletClass"&gt;
* &lt;value&gt;org.springframework.web.portlet.sample.HelloWorldPortlet&lt;/value&gt;
* &lt;/property&gt;