Finishing Struts Action -> Struts renamings

WW-1367


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@419794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2006-07-07 04:20:06 +00:00
parent 689fdc0cbd
commit 2e6e265ff5
17 changed files with 26 additions and 28 deletions
@@ -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.