diff --git a/api/src/main/java/org/apache/struts2/spi/ValueStack.java b/api/src/main/java/org/apache/struts2/spi/ValueStack.java index 4a71d34aa..b3cd87b00 100644 --- a/api/src/main/java/org/apache/struts2/spi/ValueStack.java +++ b/api/src/main/java/org/apache/struts2/spi/ValueStack.java @@ -1,7 +1,7 @@ package org.apache.struts2.spi; /** - * A central fixture of the Struts Action framework, the {@code ValueStack} is a stack which contains the actions + * A central fixture of the Struts framework, the {@code ValueStack} is a stack which contains the actions * which have executed in addition to other objects. Users can get and set values on the stack using expressions. The * {@code ValueStack} will search down the stack starting with the most recent objects until it finds an object to * which the expression can apply. diff --git a/apps/portlet/src/main/etc/jetspeed2/struts-portlet.psml b/apps/portlet/src/main/etc/jetspeed2/struts-portlet.psml index e99c74d3f..d6c795489 100644 --- a/apps/portlet/src/main/etc/jetspeed2/struts-portlet.psml +++ b/apps/portlet/src/main/etc/jetspeed2/struts-portlet.psml @@ -4,8 +4,8 @@ layout-decorator="tigris" portlet-decorator="tigris" /> - Struts Action 2.0 Portlet Example Application - Struts Action 2.0 Portlet Example Application + Struts Portlet Example Application + Struts Portlet Example Application diff --git a/apps/portlet/src/main/webapp/WEB-INF/portlet.xml b/apps/portlet/src/main/webapp/WEB-INF/portlet.xml index 7e226466d..501aa8557 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/portlet.xml +++ b/apps/portlet/src/main/webapp/WEB-INF/portlet.xml @@ -2,9 +2,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd" id="struts-portlet"> - Struts Action 2.0 Test Portlet + Struts Test Portlet StrutsPortlet - Struts Action 2.0 Test Portlet + Struts Test Portlet org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher @@ -59,9 +59,9 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http: - Struts Action 2 Test Portlet2 + Struts Test Portlet2 StrutsPortlet2 - Struts Action 2 Test Portlet2 + Struts Test Portlet2 org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher diff --git a/apps/shopping-cart/src/main/webapp/WEB-INF/velocity.properties b/apps/shopping-cart/src/main/webapp/WEB-INF/velocity.properties index f1ff6ecfc..c942705ab 100644 --- a/apps/shopping-cart/src/main/webapp/WEB-INF/velocity.properties +++ b/apps/shopping-cart/src/main/webapp/WEB-INF/velocity.properties @@ -1,3 +1,3 @@ -# Velocity Macro libraries. The struts.vm comes standard with Struts Action 2. The tigris-macros.vm comes with the config +# Velocity Macro libraries. The struts.vm comes standard with Struts. The tigris-macros.vm comes with the config # browser. velocimacro.library = struts.vm, tigris-macros.vm diff --git a/apps/showcase/src/main/java/org/apache/struts2/showcase/ajax/tree/Category.java b/apps/showcase/src/main/java/org/apache/struts2/showcase/ajax/tree/Category.java index 7301b4d1b..514309b54 100644 --- a/apps/showcase/src/main/java/org/apache/struts2/showcase/ajax/tree/Category.java +++ b/apps/showcase/src/main/java/org/apache/struts2/showcase/ajax/tree/Category.java @@ -31,9 +31,7 @@ public class Category { new Category(1, "Root", new Category(2, "Java", new Category(3, "Web Frameworks", - new Category(4, "WebWork"), - new Category(5, "Struts Action"), - new Category(6, "Struts Shale"), + new Category(4, "Struts"), new Category(7, "Stripes"), new Category(8, "Rife")), new Category(9, "Persistence", diff --git a/apps/showcase/src/main/java/org/apache/struts2/showcase/freemarker/CustomFreemarkerManagerUtil.java b/apps/showcase/src/main/java/org/apache/struts2/showcase/freemarker/CustomFreemarkerManagerUtil.java index a41d94261..4e344c724 100644 --- a/apps/showcase/src/main/java/org/apache/struts2/showcase/freemarker/CustomFreemarkerManagerUtil.java +++ b/apps/showcase/src/main/java/org/apache/struts2/showcase/freemarker/CustomFreemarkerManagerUtil.java @@ -23,7 +23,7 @@ import java.util.Date; /** * This class is just a simple util that gets injected into * {@link CustomFreemarkerManager} through Spring's constructor - * injection, serving as a simple example in SAF2's Showcase. + * injection, serving as a simple example in Struts' Showcase. */ public class CustomFreemarkerManagerUtil { diff --git a/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp b/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp index b40d9e12d..60282d10a 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp @@ -13,7 +13,7 @@ - <decorator:title default="Struts Action Showcase"/> + <decorator:title default="Struts Showcase"/> @@ -42,7 +42,7 @@