mirror of
https://github.com/apache/struts.git
synced 2026-08-20 14:07:28 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user