Skip to content

Commit 7509e25

Browse files
committed
Remove outdated Portlet mentions
Closes gh-35726
1 parent e6037a7 commit 7509e25

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

spring-context/src/main/java/org/springframework/jndi/JndiLocatorDelegate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class JndiLocatorDelegate extends JndiLocatorSupport {
4343
* JNDI lookups such as for a {@code DataSource} or some other environment resource.
4444
* The flag literally just affects code which attempts JNDI searches based on the
4545
* {@code JndiLocatorDelegate.isDefaultJndiEnvironmentAvailable()} check: in particular,
46-
* {@code StandardServletEnvironment} and {@code StandardPortletEnvironment}.
46+
* {@code StandardServletEnvironment}.
4747
* @since 4.3
4848
* @see #isDefaultJndiEnvironmentAvailable()
4949
* @see JndiPropertySource

spring-core/src/main/java/org/springframework/core/io/ContextResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public interface ContextResource extends Resource {
3232
/**
3333
* Return the path within the enclosing 'context'.
3434
* <p>This is typically path relative to a context-specific root directory,
35-
* for example, a ServletContext root or a PortletContext root.
35+
* for example, a ServletContext root.
3636
*/
3737
String getPathWithinContext();
3838

spring-webmvc/src/main/java/org/springframework/web/servlet/view/RedirectView.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
* actually is, they are much better off setting this flag to true, and submitting
7171
* paths which are to be considered relative to the web application root.
7272
*
73-
* <p><b>NOTE when using this redirect view in a Portlet environment:</b> Make sure
74-
* that your controller respects the Portlet {@code sendRedirect} constraints.
75-
*
7673
* @author Rod Johnson
7774
* @author Juergen Hoeller
7875
* @author Colin Sampaleanu

spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc.xsd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<xsd:annotation>
1616
<xsd:documentation source="java:org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter"><![CDATA[
1717
Configures the annotation-driven Spring MVC Controller programming model.
18-
Note that this tag works in Web MVC only, not in Portlet MVC!
1918
2019
See org.springframework.web.servlet.config.annotation.EnableWebMvc javadoc for details
2120
on code-based alternatives to enabling annotation-driven Spring MVC support.

0 commit comments

Comments
 (0)