Consistent use of <pre class="code">
Issue: SPR-8108
This commit is contained in:
@@ -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">
|
||||
* <bean id="portletModeHandlerMapping" class="org.springframework.web.portlet.handler.PortletModeHandlerMapping">
|
||||
* <property name="portletModeMap">
|
||||
* <map>
|
||||
|
||||
@@ -61,7 +61,7 @@ import org.springframework.web.portlet.util.PortletUtils;
|
||||
*
|
||||
* <p><b>Example:</b>
|
||||
*
|
||||
* <pre><bean id="wrappingController" class="org.springframework.web.portlet.mvc.PortletWrappingController">
|
||||
* <pre class="code"><bean id="wrappingController" class="org.springframework.web.portlet.mvc.PortletWrappingController">
|
||||
* <property name="portletClass">
|
||||
* <value>org.springframework.web.portlet.sample.HelloWorldPortlet</value>
|
||||
* </property>
|
||||
|
||||
Reference in New Issue
Block a user